summaryrefslogtreecommitdiff
path: root/tests/diagnostics/local-used-before-declared.slang.expected
blob: a248fa969b41b4ff6f6ec02130ea16c5c62bfa6e (plain)
1
2
3
4
5
6
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.
}
standard output = {
}