blob: 65b9beb91f90ca00cddda0ff6bf16cb6d8c1edc0 [file] [log] [blame]
pub struct S;
mod m { pub struct S; }
pub use crate::m::S as S2;