Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
run-make
/
link-framework
/
dep-link-weak-framework.rs
blob: d3e1cf9c98f5f9818e5ed617cc776c1aeea21bba [
file
] [
log
] [
blame
]
#![
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"
{}