aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Lexer/badstring_in_if0.c
blob: 714f89b38698ab1123ee5853cb8e2db64a95224b (plain)
1
2
3
4
5
6
7
8
// RUN: clang -E %s 2>&1 | not grep error
#if 0

  "

  '

#endif