blob: 4b8bb723cac712dca950ed997ab765ece3883165 [file] [log] [blame]
// PR c++/3792
// Origin: <david.abrahams@rcn.com>
// { dg-do compile }
struct X
{
template <int i> struct Y {};
};
typedef X::template Y<0> y; // { dg-error "template" }
// { dg-bogus "with no type" "" { xfail *-*-* } 10 }