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

  "

  '

#endif