Clang Project
clang_source_code
/
test
/
Lexer
/
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