1 2 3 4 5 6
// no-prefer-dynamic #![crate_type = "rlib"] #![crate_name = "foo"] pub fn foo() -> i32 { 1 }