mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
217 B
Swift
6 lines
217 B
Swift
// RUN: %swift -target x86_64-unknown-windows-msvc -parse-stdlib -typecheck -verify %s
|
|
|
|
// expected-error@+1{{attribute @_weakLinked is unsupported on target 'x86_64-unknown-windows-msvc'}}
|
|
@_weakLinked func f() { }
|
|
|