summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/undefined-identifier.slang.expected
blob: 89454cf46d7cb6b83c45741b933d5de23205238f (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/undefined-identifier.slang(6): error 30015: undefined identifier 'b'.
    int a = b;
            ^
}
standard output = {
}