blob: 367b8ec8b88d09827510e770e16ab6370467408c [file] [log] [blame]
#![crate_type = "lib"]
pub struct Fish {
pub x: isize
}
impl Fish {
pub fn swim(&self) {}
}