blob: ad5b1cb263758608d49da80177938a61ef3d7d09 [file] [log] [blame]
#if os(asdf)
public func bar(x: Int, _ y: Int) -> Int {
return x + y
}
#endif