summaryrefslogtreecommitdiff
path: root/tests/preprocessor/special-macro-redefine-object.slang.expected
blob: ed5fbb16e347ab6ce73426770989b3d6c3b9262b (plain)
1
2
3
4
5
6
7
8
9
result code = 0
standard error = {
tests/preprocessor/special-macro-redefine-object.slang(7): warning 15404: Redefinition of builtin macro '__LINE__'
#define __LINE__ "Hello"
        ^~~~~~~~
}
standard output = {
"Hello" __LINE__ 
}