blob: c8b83fcfe037da50c73c1c9016bc7a3f522e0f35 [file] [log] [blame] [edit]
extern crate rlib_with_cmdline_native_lib;
fn main() {
rlib_with_cmdline_native_lib::hello();
}