yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeWarn on semicolon after `if`. (#2948)dccc9091c

master
223 B8 linesraw
1result code = 0
2standard error = {
3tests/diagnostics/if-empty-body.slang(9): warning 20101: potentially unintended empty statement at this location; use {} instead.
4    if (1+1==2);
5               ^
6}
7standard output = {
8}