summaryrefslogtreecommitdiff
path: root/tests/diagnostics/local-used-before-declared.slang.expected
blob: 2317c4a675917c0b6022127d65721fc6b7854f21 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/local-used-before-declared.slang(14): fatal error 39999: local variable 'd' is being used before its declaration.
    int d = 0;
        ^
}
standard output = {
}