Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a3aef788ec802875e26fc014a4040a024eb2b506
/
.
/
clang
/
test
/
Preprocessor
/
skipping_unclean.c
blob: 31ce9b460def9ab625baf04972a9514cc04e4c38 [
file
] [
log
] [
blame
]
Daniel Dunbar
a45cf5b
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -E %s | grep bark
Chris Lattner
bf648a3
2009-01-27 05:34:03 +0000
[
diff
] [
blame
]
2
3
#if 0
4
blah
5
#\
6
else
7
bark
8
#endif
9