lookup10.C   [plain text]


// Build don't link:

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

int A::B::i = a;