1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } struct A { struct B { static int i; }; enum { a }; }; int A::B::i = a;