3 lines
86 B
Text
3 lines
86 B
Text
void main () {
|
|
int foo = bar; # Error on line 2 col 14: Unbound variable "bar".
|
|
}
|