8 lines
151 B
Rust
8 lines
151 B
Rust
// ignore-macos
|
|
// ignore-ios
|
|
// compile-flags:-l framework=foo
|
|
// error-pattern: native frameworks are only available on macOS targets
|
|
|
|
fn main() {
|
|
}
|