yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
88663a681
master
1result code = -1 2standard error = { 3tests/diagnostics/token-line-continuation.slang(5): error 30003: 'break' must appear inside loop or switch constructs. 4void foo() { br\ 5 ^~ 6} 7standard output = { 8}