summaryrefslogtreecommitdiff
path: root/tests/diagnostics/token-line-continuation.slang.expected
blob: 754d6b7fc145f2d59511c47433de5b8fecc90ff2 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/token-line-continuation.slang(5): error 30003: 'break' must appear inside loop constructs.
void foo() { br\
             ^~
}
standard output = {
}