rust/tests/run-make/link-framework/dep-link-framework.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
92 B
Rust
Raw Normal View History

#![crate_type = "rlib"]
#[link(name = "CoreFoundation", kind = "framework")]
extern "C" {}