// Function inputs are immutable by default. function main(a: bool) { a = false; }