error24.C   [plain text]


// PR c++/19395

struct A {
  typedef int ::X; // { dg-error "" }
};