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

13 lines
135 B
Plaintext

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