blob: f5e129eca6631513196f3d18200eb0d16b1521c1 [file] [log] [blame]
#![crate_type = "rlib"]
pub struct S;
impl S {
pub fn external(&self) {}
}