blob: 67889cc5f657ff5a5e091df79b6c049a0cbb00ad [file] [log] [blame]
pub type oint = Option<isize>;
pub fn foo() -> oint { Some(3) }