rustc/tests/run-make/staticlib-thin-archive/bin.rs
2024-10-21 11:08:01 +02:00

6 lines
64 B
Rust

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