aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1073.rs
blob: ac887c02b4d8be462dce2d26f826e4b566dd037b (plain)
1
2
3
4
// { dg-options "-w" }
type A = B;

struct B;