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

// Test that diagnostics appear for invalid tokens.

#if 1
// Octal warning
000
/// Unclosed string literal
"Hello!
#else
Hello
#endif