rust/tests/run-make/issue-15460/bar.rs
2023-03-30 07:34:55 -05:00

5 lines
58 B
Rust

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