2014-02-07 20:08:32 +01:00
|
|
|
// ignore-macos this is supposed to succeed on osx
|
2013-11-30 11:39:55 -08:00
|
|
|
|
|
|
|
#[link(name = "foo", kind = "framework")]
|
2020-09-01 17:12:52 -04:00
|
|
|
extern "C" {}
|
2022-03-14 13:28:34 +03:00
|
|
|
//~^^ ERROR: link kind `framework` is only supported on Apple targets
|
2013-11-30 11:39:55 -08:00
|
|
|
|
2020-09-01 17:12:52 -04:00
|
|
|
fn main() {}
|