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