blob: a786b6c45a16b9f51ae33ca22d213700c811c39d [file] [log] [blame]
// { dg-do compile }
// Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
// Make sure the error about '<:' can be turned into a warning
// { dg-options "-fpermissive" }
struct B;
template <class A>
struct Foo {};
Foo<::B> foo; // { dg-error "" }