Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / angle-bracket2.C
blobfb758e33f766e551d157726231c870417cf863cb
1 // { dg-do compile }
2 // Contributed by MattyT <mattyt-bugzilla at tpg dot com dot au>
3 // PR c++/14028: Parser accepts invalid unbalanced bracket.
5 template <int> struct A {};
6 template <typename TP> class B : public A<4  {};    // { dg-error "" }