1// PR c++/27430
2// { dg-do compile }
3
4template<void[]> struct A;  // { dg-error "array of void" }
5