blob: b7460e23f793d606537d44ff84c439d6f64f6658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
result code = -1
standard error = {
tests/bugs/keyword-undefined-identifier.slang(29): error 30015: undefined identifier 'instance'.
return instance;
^~~~~~~~
tests/bugs/keyword-undefined-identifier.slang(34): error 30015: undefined identifier 'triangle'.
return triangle;
^~~~~~~~
}
standard output = {
}
|