rust/tests/run-make/staticlib-thin-archive/bin.rs

6 lines
64 B
Rust
Raw Normal View History

fn main() {
unsafe {
rust_lib::simple_fn();
}
}