blob: 5afee13beb8289b742dfe14d0d4f947ad01e399e [file] [log] [blame]
@_transparent public func negate_bad(_ x: Int) -> Int {
return !x
}
public func negate(_ x: Int) -> Int {
return !x
}