about summary refs log tree commit diff
path: root/tests/run-make/link-native-static-lib-to-dylib/bar.rs
blob: e66aeb6bd39e6cfa627555237f8b774f656bfeb0 (plain)
1
2
3
4
extern crate foo;
fn main() {
    unsafe { foo::foo() }
}