blob: b48783401455dadc5739706b57d237ad798c40ff [file] [log] [blame]
// error-pattern:import
use y::x;
mod y {
pub use y::x;
}
fn main() { }