yum-mirror/slang

Making it easier to work with shaders

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

Ellie Hermaszewskaformatf65d756bf

master
852 B23 linesraw
1result code = -1
2standard error = {
3(0): note: include 'tests/preprocessor/output-includes.slang'
4(0): note: include   'tests/preprocessor/include-a.slang.h'
5(0): note: include   'tests/preprocessor/include/include-pragma-once-c.h'
6(0): note: include     'tests/preprocessor/include/pragma-once-c.h'
7(0): note: include   'tests/preprocessor/include-a.slang.h'
8(0): note: include   'tests/preprocessor/include-a.slang.h'
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    ^~~
15tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body
16int bar()
17    ^~~
18tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar'
19int bar()
20    ^~~
21}
22standard output = {
23}