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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
64 B
Rust
Raw Normal View History

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