#[crate_type = "lib"]; pub struct Fish { x: int } pub impl Fish { fn swim(&self) {} }