We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc511c2 + 93d4854 commit 923d6edCopy full SHA for 923d6ed
test/IRGen/local_extern.swift
@@ -1,8 +1,7 @@
1
-// XFAIL: OS=windows-msvc
2
// RUN: %target-swift-frontend -import-objc-header %S/Inputs/local_extern.h %s -emit-ir | %FileCheck %s
3
// CHECK: @var = external {{(dso_local )?}}global i32
4
// CHECK: @prior_var = internal global i32
5
-// CHECK: declare i32 @func
+// CHECK: declare {{(dso_local )?}}i32 @func
6
// CHECK: define internal i32 @prior_func
7
8
print("\(_no_prior_var())")
test/IRGen/local_extern_windows.swift
0 commit comments