Files
Noja/tests/compiler/expr/primary/primary_000.noja-test
T

9 lines
86 B
Plaintext

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