OpenGrok
Cross Reference: badstring_in_if0.c
xref
: /
external
/
clang
/
test
/
Lexer
/
badstring_in_if0.c
Home
|
History
|
Annotate
|
Download
|
only in
Lexer
1
// RUN: %clang_cc1 -E %s 2>&1 | not grep error
2
#
if
0
3
4
"
5
6
'
7
8
#endif
9