about summary refs log tree commit diff
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" {}