about summary refs log tree commit diff
path: root/tests/ui/link-native-libs/manual-link-framework.rs
blob: b3c3d6a7c3c2e3e3ee47bc7f5880f5ee4f5da362 (plain)
1
2
3
4
5
6
//@ ignore-apple
//@ compile-flags:-l framework=foo

fn main() {}

//~? ERROR library kind `framework` is only supported on Apple targets