1 2 3 4 5 6 7
pub type T = (); mod foo { pub use super::T; } pub use foo::super::foo::S as T; // { dg-error ".super. can only be used in start position" "" { target *-*-* } .-1 }