mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
233 B
Swift
8 lines
233 B
Swift
// RUN: %target-swift-frontend %s -target %target-cpu-apple-macosx10.14 -target-sdk-version 10.15.4 -emit-ir | %FileCheck %s
|
|
|
|
// REQUIRES: OS=macosx
|
|
|
|
public func test() { }
|
|
|
|
// CHECK: "SDK Version", [3 x i32] [i32 10, i32 15, i32 4]
|