summaryrefslogtreecommitdiffstats
path: root/tests/bugs/preproc-lex-failure.slang
blob: 42c807ae2a1169856d11b33313cdc3781887ca11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//DIAGNOSTIC_TEST:SIMPLE:-E

#if 0
// Octal warning
000
/// Unclosed string literal
"Hello!
/// A non 7 bit ascii code
Š
#else
Hello
#endif