xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Lexer
/
badstring_in_if0.c
(revision 4f89addcc198bff2fc614da2f8f4a7beb4b6cb7d)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -E -verify %s
2
// expected-no-diagnostics
3
#
if
0
4
5
"
6
7
'
8
9
#endif
10