diff options
Diffstat (limited to 'clang/test/Preprocessor/comment_save_if.c')
-rw-r--r-- | clang/test/Preprocessor/comment_save_if.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/comment_save_if.c b/clang/test/Preprocessor/comment_save_if.c new file mode 100644 index 00000000000..ce7b4c45b10 --- /dev/null +++ b/clang/test/Preprocessor/comment_save_if.c @@ -0,0 +1,6 @@ +// RUN: clang %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning + +#if 1 /*bar */ + +#endif /*foo*/ + |