yum-mirror/slang

Making it easier to work with shaders

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

T. FoleyOverhaul the preprocessor (#1849)0389546b0

master
236 B9 linesraw
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}