pub type oint = Option; pub fn foo() -> oint { Some(3) }