summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/preproc-pound-pound-1.slang.expected
blob: 92ba92f2007e02a9094267cae71f80795dc31429 (plain)
1
2
3
4
5
6
7
8
9
result code = 0
standard error = {
tests/preprocessor/preproc-pound-pound-1.slang(8): error 15405: '##' is not allowed at the start of a macro body
#define POUND_POUND ##
                    ^~
}
standard output = {
Hello ## There ; 
}