rust/tests/run-make-fulldeps/issue-15460/bar.rs
2023-01-11 09:32:08 +00:00

5 lines
58 B
Rust

extern crate foo;
fn main() {
unsafe { foo::foo() }
}