xref: /llvm-project/clang/test/Lexer/Inputs/good-header-guard.h (revision 33a4b3db0de5fbba06264a46f560220b5f8f11a8)
1 #ifndef good_header_guard
2 #define good_header_guard
3 
4 #endif
5