blob: 965acd1a9cd7ddde26c347dcc20d7be81566fd7a [file] [log] [blame]
// { dg-additional-options "-w" }
struct E1;
enum Test {
E1 = {
let x = E1;
{
let x = E1;
}
0
},
}