blob: 9b90b0f664ed3105ca35f78d483c0005632e949e [file] [log] [blame]
public protocol Butt {}
extension Int: Butt {}
public func exportsOpaqueReturn() -> some Butt { return 0 }