summaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/torture/mod-nameresolve.rs
blob: 09a722681b0ea215e8be6346c4e2f83eb728083a (plain)
1
2
3
4
5
mod foo {
    struct A; // { dg-warning "struct is never constructed" }
}

fn main() {}