Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Lexer / Inputs / tokens-between-ifndef-and-define.h
blobce8d77050631090c888f6229970cbf96a7146228
1 #ifndef tokens_between
3 const int pi = 3;
5 #define pi_is_bad
7 #endif