1 2 3 4 5 6 7
struct A { // { dg-warning "struct is never constructed" } a: u32 } pub fn foo(a: u32) { (&A { a }.a, 1); }