@_transparent public func foo(x: UInt64) -> UInt64 { if (x > 100) { return 100 } return 1 }