blob: 1e4b4dcc9c4b64c4aaf40e935f237c145f125bd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
result code = -1
standard error = {
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
#define M (x) - (x)
^
tests/preprocessor/define-function-like.slang(16): error 30015: undefined identifier 'x'.
#define M (x) - (x)
^
}
standard output = {
}
|