http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / parse / dupl-tmpl-args1.C
bloba7beabc90824233b35118afcc6015a03ee4afc7e
1 // PR c++/8928
2 // Origin: <sebor@roguewave.com>
3 // { dg-do compile }
5 namespace N
8 template <typename T, typename U> struct A {};
9 typedef A<int, int> B;
13 N::B<int, int> a; // { dg-error "" }