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 0d9ca20 + 3edb39f commit 04f9fcbCopy full SHA for 04f9fcb
test/IRGen/marker_protocol.swift
@@ -13,7 +13,7 @@
13
extension Int: P { }
14
extension Array: P where Element: P { }
15
16
-// CHECK: @"$s15marker_protocol1QMp" = {{(protected )?}}constant
+// CHECK: @"$s15marker_protocol1QMp" = {{(dllexport |protected )?}}constant
17
// CHECK-SAME: i32 trunc{{.*}}s15marker_protocolMXM{{.*}}s15marker_protocol1QMp
18
// CHECK-SAME: i32 0, i32 5, i32 0
19
public protocol Q: P {
0 commit comments