1 // PR c++/77637
2 // { dg-do compile { target c++11 } }
3 
4 int [[...]] a;		// { dg-error "expected attribute before '...'" }
5 int [[,,...]] b;	// { dg-error "expected attribute before '...'" }
6