blob: 38d5ef6194cd210e197a193f4edc7f4f1314c25c [file] [log] [blame] [edit]
#![crate_type = "rlib"]
pub fn foo() {
println!("foo");
}