Files
Noja/tests/compiler/expr/postfix/Testcase_006_000.noja-test
T

12 lines
118 B
Plaintext

@type [compiler]
@source
func();
@bytecode
PUSHVAR "func";
CALL 0, 1;
POP 1;
EXIT;