yum-mirror/slang

Making it easier to work with shaders

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

Ellie Hermaszewskaformatf65d756bf

master
468 B17 linesraw
1result code = -1
2standard error = {
3tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body
4int bar()
5    ^~~
6tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar'
7int bar()
8    ^~~
9tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body
10int bar()
11    ^~~
12tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar'
13int bar()
14    ^~~
15}
16standard output = {
17}