]> git.lizzy.rs Git - rust.git/blob - src/test/ui/auxiliary/noexporttypelib.rs
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
[rust.git] / src / test / ui / auxiliary / noexporttypelib.rs
1 pub type oint = Option<isize>;
2 pub fn foo() -> oint { Some(3) }