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-function.slang(7): warning 15404: Redefinition of builtin macro '__FILE__' 4#define __FILE__(x) "Is" x 5 ^~~~~~~~ 6} 7standard output = { 8"Is" "Anybody" "Is" There __FILE__ 9}