llvm-project/clang/test/Preprocessor/skipping_unclean.c

10 lines
65 B
C

// RUN: clang -E %s | grep bark
#if 0
blah
#\
else
bark
#endif