[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / Inputs / bad-header-guard-defined.h
blobb28f1a8873e920dc5987f86460cc3637f028b7a8
1 #if !defined(foo)
2 #define goo
3 int n;
4 #endif