blob: 92950a9191544783ff5686e72b9c22d3a3ac0518 [file] [log] [blame] [edit]
#![crate_type = "dylib"]
extern crate m1;
pub fn m2() {
m1::m1()
}