rustc/tests/run-make/link-framework/dep-link-framework.rs
2024-06-24 14:48:22 +02:00

5 lines
92 B
Rust

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