Files
Noja/tests/compiler/expr/arithmetic/Testcase_002_002.noja-test
T

13 lines
109 B
Plaintext

@type [compiler]
@source
1 * 7;
@bytecode
PUSHINT 1;
PUSHINT 7;
MUL;
POP 1;
EXIT;