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

#ifndef out_of_order

#define something_else

#define out_of_order

#endif