blob: 389dd2a321542fc6145d5285dc1d4a336383e227 [file]
/// Function foo description.
/// - Parameters:
/// - p: first Integer to consume
/// - Returns: Bool
public func foo(
p: Swift.Int64
) -> Swift.Bool {
stub()
}