3 lines
78 B
Text
3 lines
78 B
Text
void main () {
|
|
a = 1312; # Error on line 2 col 6: Unbound variable "a".
|
|
}
|