xref: /llvm-project/clang/test/Modules/Inputs/unavailable-local-visibility/x.h (revision 841dbda3ba74ee5a2daa3037d78a877900bde339)
1 #ifndef X_H
2 #define X_H
3 struct X {};
4 #endif
5