rust/tests/ui/auxiliary/noexporttypelib.rs

3 lines
64 B
Rust

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