blob: f254ecf2f85511df4f186782f6d1cc0e17be6d77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
result code = -1
standard error = {
tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body
int bar() { return foo(); }
^~~
tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar'
tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body
int bar() { return foo(); }
^~~
tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar'
}
standard output = {
}
|