blob: 710ef7308c83550b35b8dd6d80baa125b7f84f1e [file] [log] [blame]
// RUN: %target-swift-emit-silgen %s | %FileCheck %s
// UNSUPPORTED: OS=windows-msvc
// CHECK-LABEL: sil [_weakLinked] [ossa] @$s21weak_linked_attribute0A8FunctionyyF : $@convention(thin) () -> ()
@_weakLinked public func weakFunction() {}