2024-08-05 18:47:24 +02:00

9 lines
74 B
Plaintext

main() {
f(10)
}
f(new Int) {
old := new
new -= 1
assert new != old
}