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

#if 1 /*bar */

#endif /*foo*/