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-detail-2.slang(7): error 15408: redefinition of macro parameter 'A' 4#define A(x, x) a x b x c 5 ^ 6} 7standard output = { 8a b c 9}