elna/tests/vm/printi_divide_by_zero.elna
2024-10-06 18:07:57 +02:00

4 lines
39 B
Plaintext

proc main() {
printi(4 / (2 - 2));
}