blob: eba12fe1218853b05c629339bdce5bb905ba53b7 [file] [log] [blame]
#![crate_type = "rlib"]
extern crate m1;
pub fn m2() { m1::m1() }