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