// PR c++/54526 // { dg-do compile { target c++11 } } template struct X { }; struct A { }; int main() { X<::A> x; } int a; bool b = 0<::a;