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