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

  "

  '

#endif