elna/tests/vm/printi_if.elna

5 lines
44 B
Plaintext

proc main() {
if (1 = 1)
printi(3);
}