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 135ce78 commit add0c24Copy full SHA for add0c24
test/SILGen/weak_linked_attribute.swift
@@ -0,0 +1,4 @@
1
+// RUN: %target-swift-emit-silgen %s | %FileCheck %s
2
+
3
+// CHECK-LABEL: sil [_weakLinked] [ossa] @$s21weak_linked_attribute0A8FunctionyyF : $@convention(thin) () -> ()
4
+@_weakLinked public func weakFunction() {}
0 commit comments