llvm-for-llvmta/tools/clang/test/Lexer/Inputs/bad-header-guard-defined.h

5 lines
44 B
C

#if !defined(foo)
#define goo
int n;
#endif