aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3525.rs
blob: 84a7ebeee116590344712af0e4c5c07f82d22d51 (plain)
1
2
3
4
5
6
// { dg-options "-w" }

struct Foo(usize);

const B: usize = A.0;
const A: Foo = Foo(123);