Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Preprocessor / macro_expandloc.c
blob3b9eb5fdddfd0a44c46c95cd222a460e8c068447
1 // RUN: %clang_cc1 -E -verify %s
2 #define FOO 1
4 // The error message should be on the #include line, not the 1.
6 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
7 #include FOO
9 #define BAR BAZ
11 // expected-error@+1 {{expected "FILENAME" or <FILENAME>}}
12 #include BAR