2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lookup10.C
bloba60071dabdd5241c88b8a6bc33b361a62d4ea80c
1 // { dg-do assemble  }
3 struct A {
4   struct B {
5     static int i;
6   };
7   enum { a };
8 };
10 int A::B::i = a;