Skip to content

Commit 3d9916e

Browse files
committed
Split Catalyst Validation Test
1 parent f1e532c commit 3d9916e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// RUN: %target-swift-frontend %s -target %target-cpu-apple-macosx10.14 -target-sdk-version 10.15.4 -target-variant %target-cpu-apple-ios13.0-macabi -target-variant-sdk-version 13.4 -emit-ir | %FileCheck %s
2+
3+
// REQUIRES: OS=macosx
4+
5+
public func test() { }
6+
7+
// CHECK: "SDK Version", [3 x i32] [i32 10, i32 15, i32 4]

0 commit comments

Comments
 (0)