Cross Reference: badstring_in_if0.c
xref
: /
external
/
clang
/
test
/
Lexer
/
badstring_in_if0.c
Home
History
Annotate
Line#
Navigate
Download
only in
badstring_in_if0.c
1
// RUN: %clang_cc1 -E -verify %s
2
// expected-no-diagnostics
3
#
if
0
4
5
"
6
7
'
8
9
#endif
10