blob: b9e347609b2c00fc4472df53084cc7a117672f8c [file] [log] [blame]
extern crate native_lib_in_src;
fn main() {
native_lib_in_src::hello();
}