blob: 027f2ba2e3681f7a8937154b30764cc680b56e9d (
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 or switch constructs.
void foo() { br\
^~
}
standard output = {
}
|