summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/token-line-continuation.slang
blob: 53f3493902dc93209d02998ad888b7975161744a (plain)
1
2
3
4
5
6
//DIAGNOSTIC_TEST:SIMPLE:

// Check the diagnostic output if a token uses \ line split

void foo() { br\
eak; }