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

#if 1 /*bar */

#endif /*foo*/

OpenPOWER on IntegriCloud