summaryrefslogtreecommitdiff
path: root/tests/diagnostics/local-used-in-own-declaration.slang.expected
blob: 72582e0a9852115e2e33ae4c81cccbb36e9a0da3 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/local-used-in-own-declaration.slang(12): fatal error 39999: local variable 'e' is being used before its declaration.
    int e = e;
        ^
}
standard output = {
}