9 lines
74 B
Plaintext
Raw Normal View History

2024-08-02 12:55:25 +02:00
main() {
f(10)
}
2024-08-05 18:47:24 +02:00
f(new Int) {
2024-08-02 12:55:25 +02:00
old := new
new -= 1
assert new != old
}