1// RUN: %clang_cc1 -E %s | FileCheck --strict-whitespace %s2 3#if 04blah5#\6else7bark8#endif9// CHECK: {{^}}bark{{$}}10 11