9 lines
74 B
Plaintext
Raw Normal View History

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