opnsense-src/test/Preprocessor/comment_save_if.c
2010-01-01 10:34:51 +00:00

6 lines
111 B
C

// RUN: %clang_cc1 %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning
#if 1 /*bar */
#endif /*foo*/