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

10 lines
70 B
C

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