summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/issue-15460/bar.rs
blob: e66aeb6bd39e6cfa627555237f8b774f656bfeb0 (plain)
1
2
3
4
extern crate foo;
fn main() {
    unsafe { foo::foo() }
}