blob: 29b18130893d9fa3901c33afbb5debfe783992ea [file] [log] [blame]
// 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() { }