summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/local-used-before-declared.slang.expected
blob: 52a15b7de02c3d65554de2870adab891fce6fb35 (plain)
1
2
3
4
5
6
7
8
result code = -1
standard error = {
tests/diagnostics/local-used-before-declared.slang(13): error 30015: undefined identifier 'd'.
    float c = d + 1.0;
              ^
}
standard output = {
}