summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/local-used-in-own-declaration.slang.expected
blob: 1517663c0707885e4c92a9c58c002791c734c216 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/local-used-in-own-declaration.slang(12): error 30015: undefined identifier 'e'.
    int e = e;
            ^
}
standard output = {
}