typedef2.C   [plain text]


// { dg-do assemble  }
struct S{

  static const int i;
  static const int j;
};

typedef S T;
const int T::i = 4;
const int T::j = 4;