https://github.com/shader-slang/slang
Raw File
Tip revision: 09408e32d7c0ccebf38fe31b5d2ddf4b1cd128e4 authored by Yong He on 14 October 2022, 03:31:30 UTC
Allow multi-level breaks to break out of `switch` statements. (#2451)
Tip revision: 09408e3
parser-error-unclosed-curly.slang.expected
result code = -1
standard error = {
tests/front-end/parser-error-unclosed-curly.slang(4): error 20001: unexpected end of file, expected '}'
}
standard output = {
}
back to top