func [transparent] negate_bad(x : Int) -> Int { return !x } func negate(x : Int) -> Int { return !x }