allwinner_a64/android/external/clang/test/Preprocessor/mi_opt.h
2018-08-08 16:14:42 +08:00

4 lines
53 B
C

#if !defined foo MACRO
#define foo
int x = 2;
#endif