index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
link-framework
/
dep-link-framework.rs
blob: 9bdeb2052d2552bf269118e41ef9859a94e26e13 (
plain
)
1
2
3
4
#![crate_type =
"rlib"
]
#[link(name =
"CoreFoundation"
, kind =
"framework"
)]
extern
"C"
{}