7 lines
138 B
Rust
7 lines
138 B
Rust
//@ ignore-apple
|
|
//@ compile-flags:-l framework=foo
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR library kind `framework` is only supported on Apple targets
|