blob: 34c6de44e0550f829e08493903d17e1716ac9864 (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/diagnostics/while-predicate-type.slang(9): error 30019: expected an expression of type 'bool', got 'S'
while(s) {break;}
^
}
standard output = {
}
|