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