blob: 77ea14a92a8c9f1c7fc75ca9ca4e3e8afdc68c63 [file] [log] [blame]
// PR c++/54526
// { dg-do compile { target c++11 } }
template <class T>
struct X { };
struct A { };
int main()
{
X<::A> x;
}
int a;
bool b = 0<::a;