summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/comment_save_if.c
blob: 2f35bcb9e8c6eb23f9f4aa1526e47ea92e9b7762 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning

#if 1 /*bar */

#endif /*foo*/