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

10 lines
68 B
C

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