summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/macos-fat-archive/lib.rs
blob: 9943a266c3e4c857aa6439aea3ac0161f8d66691 (plain)
1
2
3
extern "C" {
    pub fn native_func();
}