blob: 07c89e25ca62493fcf612c32eac3d8248a15ea88 [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" }