lama_byterun/lama-compiler/regression/test050.lama

7 lines
No EOL
60 B
Text

var n = read ();
case 0 of
0 -> 0 + 0 + 0
esac;
write (0)