xref: /llvm-project/clang/test/Modules/Inputs/libstdcxx-ambiguous-internal/b.h (revision 896c66ecc64e9f8fa80b08b8d9d7eecfce5c3acd)
1 #ifndef B_H
2 #define B_H
3 #include "a.h"
4 #endif
5