xref: /llvm-project/clang/test/Modules/Inputs/merge-class-definition-visibility/b.h (revision 1e02a5aac82a41db5092998349f2fc4de459da19)
1beb44788SRichard Smith // Include definition of A into the same module as c.h
2beb44788SRichard Smith #include "a.h"
3*1e02a5aaSRichard Smith 
4*1e02a5aaSRichard Smith struct B {};
5