1// RUN: %clang_cc1 -E %s | grep bark
2
3#if 0
4blah
5#\
6else
7bark
8#endif
9
10