xref
: /
minix3
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Lexer
/
badstring_in_if0.c
(revision 433d6423c39e34ec4b79c950597bb2d236f886be)
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