#![crate_type = "dylib"] pub fn bar() { println!("hello!"); }