diff options
Diffstat (limited to 'clang/test/Preprocessor/mi_opt.h')
-rw-r--r-- | clang/test/Preprocessor/mi_opt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/mi_opt.h b/clang/test/Preprocessor/mi_opt.h new file mode 100644 index 0000000..a82aa6a --- /dev/null +++ b/clang/test/Preprocessor/mi_opt.h @@ -0,0 +1,4 @@ +#if !defined foo MACRO +#define foo +int x = 2; +#endif |