diff options
Diffstat (limited to 'tests/preprocessor/output-includes.slang.expected')
| -rw-r--r-- | tests/preprocessor/output-includes.slang.expected | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/preprocessor/output-includes.slang.expected b/tests/preprocessor/output-includes.slang.expected new file mode 100644 index 000000000..791621aa3 --- /dev/null +++ b/tests/preprocessor/output-includes.slang.expected @@ -0,0 +1,15 @@ +result code = -1 +standard error = { +(0): note: include 'tests/preprocessor/output-includes.slang' +(0): note: include 'tests/preprocessor/include-a.slang.h' +(0): note: include 'tests/preprocessor/include/include-pragma-once-c.h' +(0): note: include 'tests/preprocessor/include/pragma-once-c.h' +(0): note: include 'tests/preprocessor/include-a.slang.h' +(0): note: include 'tests/preprocessor/include-a.slang.h' +tests/preprocessor/include-a.slang.h(3): error 30201: function 'bar' already has a body +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 +tests/preprocessor/include-a.slang.h(3): note: see previous definition of 'bar' +} +standard output = { +} |
