summaryrefslogtreecommitdiff
path: root/test/Lexer/badstring_in_if0.c
blob: f7cd9d77370ada3c43491b2ed91d020540793219 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -E -verify %s
// expected-no-diagnostics
#if 0

  "

  '

#endif