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.
1 parent e0139bc commit 7517425Copy full SHA for 7517425
test/IRGen/c_calling_conventions.swift
@@ -21,6 +21,6 @@ func test() {
21
// CHECK: call swiftcc void @with_swiftcc()
22
with_swiftcc()
23
}
24
-// CHECK: declare swiftcc void @with_swiftcc()
+// CHECK: declare {{.*}}swiftcc void @with_swiftcc()
25
26
test()
0 commit comments