9 lines
74 B
Plaintext
9 lines
74 B
Plaintext
main() {
|
|
f(10)
|
|
}
|
|
|
|
f(new Int) {
|
|
old := new
|
|
new -= 1
|
|
assert new != old
|
|
} |