blob: 60a5b7614fd449859d8cfcd061c70f5a412f3094 [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-build-swift -emit-module-path %t/main4.swiftmodule -swift-version 4 %s
// RUN: %target-build-swift -emit-module-path %t/main4_2.swiftmodule -swift-version 4.2 %s
// REQUIRES: OS=ios
import UIKit
public func testInsets(_: UIEdgeInsets = .zero) {}
public func testOffsets(_: UIOffset = .zero) {}