OSDN Git Service

* pt.c (type_unification_real): Set input_location
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / void1.C
1 // PR c++/27430
2 // { dg-do compile }
3
4 template<void[]> struct A;  // { dg-error "array of void" }