[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git] / clang / test / Preprocessor / mi_opt.h
bloba82aa6af0f9c039321d2a982fa49dcc46b39a6b9
1 #if !defined foo MACRO
2 #define foo
3 int x = 2;
4 #endif