(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.other/
lookup10.C
// { dg-do assemble  }

struct A {
  struct B {
    static int i;
  };
  enum { a };
};

int A::B::i = a;