Files
swift-mirror/test/IRGen/macosx-sdk-version.swift
2021-03-03 23:49:22 -08:00

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]