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