yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
5fde038b1
master
1result code = 0 2standard error = { 3tests/preprocessor/special-macro-redefine-object.slang(7): warning 15404: Redefinition of builtin macro '__LINE__' 4#define __LINE__ "Hello" 5 ^~~~~~~~ 6} 7standard output = { 8"Hello" __LINE__ 9}