1 #![crate_type = "dylib"]
2 extern crate rlib;
3 
dylib()4 pub fn dylib() { rlib::rlib() }
5