[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Lexer / Inputs / out-of-order-define.h
blobd38e93f29bb52f86be2fa9face2e7d19952074c6
1 #ifndef out_of_order
3 #define something_else
5 #define out_of_order
7 #endif