blob: 6856887501c2664a513126a4bc9479611e09b730 [file] [log] [blame]
#![crate_type = "dylib"]
extern crate rlib;
pub fn dylib() { rlib::rlib() }