blob: b89ff82caaa1b1b800190e8514a689795b823ff7 [file] [log] [blame]
mod foo {
pub struct S;
}
use foo::S as T;
const V: T = T; // { dg-warning "unused name" }