about summary refs log tree commit diff
path: root/tests/run-make/link-framework/dep-link-weak-framework.rs
blob: d3e1cf9c98f5f9818e5ed617cc776c1aeea21bba (plain)
1
2
3
4
5
6
#![crate_type = "rlib"]
#![feature(link_arg_attribute)]

#[link(name = "-weak_framework", kind = "link-arg", modifiers = "+verbatim")]
#[link(name = "CoreFoundation", kind = "link-arg", modifiers = "+verbatim")]
extern "C" {}