summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/special-macro-redefine-function.slang.expected
blob: 9233355096cc6056b7467d8509e5ad4e4a8fcbc5 (plain)
1
2
3
4
5
6
7
8
9
result code = 0
standard error = {
tests/preprocessor/special-macro-redefine-function.slang(7): warning 15404: Redefinition of builtin macro '__FILE__'
#define __FILE__(x) "Is" x
        ^~~~~~~~
}
standard output = {
"Is" "Anybody" "Is" There __FILE__ 
}