yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
0389546b0
master
1result code = 0 2standard error = { 3tests/preprocessor/preproc-pound-pound-1.slang(8): error 15405: '##' is not allowed at the start of a macro body 4#define POUND_POUND ## 5 ^~ 6} 7standard output = { 8Hello ## There ; 9}