OSDN Git Service

2014-02-26 Fabien Chene <fabien@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash111.C
1 // PR c++/51398
2
3 template<void, int N> struct A   // { dg-error "not a valid type" }
4 {
5   static const int i = N;
6 };