rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/lookup10.C

11 lines
106 B
C

// { dg-do assemble }
struct A {
struct B {
static int i;
};
enum { a };
};
int A::B::i = a;