6 lines
101 B
Rust
Raw Normal View History

extern crate rlib_with_cmdline_native_lib;
fn main() {
rlib_with_cmdline_native_lib::hello();
}