blob: a7beabc90824233b35118afcc6015a03ee4afc7e [file] [log] [blame]
// PR c++/8928
// Origin: <sebor@roguewave.com>
// { dg-do compile }
namespace N
{
template <typename T, typename U> struct A {};
typedef A<int, int> B;
}
N::B<int, int> a; // { dg-error "" }