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 = { }