]> git.lizzy.rs Git - rust.git/blob - src/test/ui/auxiliary/noexporttypelib.rs
Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc
[rust.git] / src / test / ui / auxiliary / noexporttypelib.rs
1 pub type oint = Option<isize>;
2 pub fn foo() -> oint { Some(3) }