summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/preproc-concat-3.slang.expected
blob: b39a659ede36ac1609dca6cfa0b1f90af58b7342 (plain)
1
2
3
4
5
6
7
8
9
result code = 0
standard error = {
tests/preprocessor/preproc-concat-3.slang(5): warning 15503: toking pasting with '##' resulted in the invalid token ')CONCAT'
#define CONCAT(a, b) a ## b
                       ^~
}
standard output = {
CONCAT ( a , a ) CONCAT ( b , b ) ; 
}