8 lines
181 B
Rust
8 lines
181 B
Rust
// ignore-macos this is supposed to succeed on osx
|
|
|
|
#[link(name = "foo", kind = "framework")]
|
|
extern "C" {}
|
|
//~^^ ERROR: native frameworks are only available on macOS
|
|
|
|
fn main() {}
|