9 lines
70 B
Plaintext
Raw Normal View History

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