diff options
Diffstat (limited to 'test/Preprocessor/function_macro_file.c')
-rw-r--r-- | test/Preprocessor/function_macro_file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/function_macro_file.c b/test/Preprocessor/function_macro_file.c new file mode 100644 index 0000000000..eeb9256ec7 --- /dev/null +++ b/test/Preprocessor/function_macro_file.c @@ -0,0 +1,5 @@ +/* RUN: clang -E -P %s | grep f + */ + +#include "function_macro_file.h" +() |