Files
Noja/tests/compiler/expr/prefix/Testcase_002_013.noja-test

12 lines
91 B
Plaintext

@type [compiler]
@source
+1;
@bytecode
PUSHINT 1;
POS;
POP 1;
EXIT;