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

11 lines
118 B
C
Raw Normal View History

2013-02-10 00:41:47 +08:00
// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s
#if 0
blah
#\
else
bark
#endif
2013-02-10 00:41:47 +08:00
// CHECK: {{^}}bark{{$}}