elna/tests/vm/printi_divide_by_zero.elna

4 lines
39 B
Plaintext
Raw Normal View History

2024-10-06 18:07:57 +02:00
proc main() {
printi(4 / (2 - 2));
}