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
276 B9 linesraw
1result code = 0
2standard error = {
3tests/preprocessor/preproc-concat-3.slang(5): warning 15503: toking pasting with '##' resulted in the invalid token ')CONCAT'
4#define CONCAT(a, b) a ## b
5                       ^~
6}
7standard output = {
8CONCAT ( a , a ) CONCAT ( b , b ) ; 
9}