summaryrefslogtreecommitdiff
path: root/tests/diagnostics/undefined-identifier.slang.expected
blob: 48361e78c2b52f55bf33036bde571079413d4f04 (plain)
1
2
3
4
5
6
result code = -1
standard error = {
tests/diagnostics/undefined-identifier.slang(6): error 30015: undefined identifier 'b'.
}
standard output = {
}