OSDN Git Service

2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash90.C
1 // PR c++/39750
2
3 template < unsigned >
4 struct A ;
5 template < typename >
6 struct B ;
7 template < typename T , A < B < T > // { dg-error "initializer|parse error|valid type|expected" }
8 { }