aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/lookup10.C
blob: da2b485c5d3ac16730661fa183c7e53dc08ebebb (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:

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

int A::B::i = a;