blob: fef43b5d1e40ad485b706442fa3f768a7ee2c659 [file] [log] [blame]
pub type T = ();
mod foo {
pub use super::T;
}
pub use foo::super::foo::S as T;
// { dg-error ".super. in paths can only be used in start position" "" { target *-*-* } .-1 }