blob: 706ff45352020ce10cfdc1a9e69c3146cd058255 [file] [log] [blame] [edit]
#![crate_type = "rlib"]
extern crate foo;
pub fn bar() {
foo::foo()
}