hanchenye-llvm-project/clang/test/Lexer/Inputs/out-of-order-define.h

8 lines
75 B
C

#ifndef out_of_order
#define something_else
#define out_of_order
#endif