skipping_unclean.c 118 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 // RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s #if 0 blah #\ else bark #endif // CHECK: {{^}}bark{{$}}