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

14 lines
173 B
Plaintext

@type [compiler]
@source
# This comment is because there
# can't be a '[' right before a
# tag.
[];
@bytecode
PUSHLST 0;
POP 1;
EXIT;