summaryrefslogtreecommitdiffstats
path: root/tests/preprocessor/undef.slang.expected
blob: 8ea240124d90f8dee03d15fe092dc87d4e38cafc (plain)
1
2
3
4
5
6
7
8
result code = 0
standard error = {
tests/preprocessor/undef.slang(5): warning 15401: macro 'FOO' is not defined
#undef FOO
       ^~~
}
standard output = {
}