@_transparent public func negate_bad(_ x: Int) -> Int { return !x } public func negate(_ x: Int) -> Int { return !x }