blob: c0722504271490234767c8d78b4068c92242fecc [file] [log] [blame]
// PR c++/19395
struct A {
typedef int ::X; // { dg-error "" }
};