Files
Noja/tests/suite/Testcase_006_000
T

11 lines
101 B
Plaintext

#source
func();
#bytecode
PUSHVAR "func";
CALL 0, 1;
POP 1;
EXIT;