xref: /llvm-project/clang/test/Modules/Inputs/undefined-type-fixit/public2.h (revision 2255f2ce90777f5a614e98840e57250816743b15)
1 #ifndef PUBLIC2_H
2 #define PUBLIC2_H
3 
4 struct use_this2 { int field; };
5 
6 #endif
7