blob: fe665abc7c1c13221d961cdda625aa31e68ee9ac [file] [log] [blame]
#![crate_type = "rlib"]
pub fn bar() {
println!("hello!");
}