blob: 5bd8778707b3e2a2b3de106ae4a69db49027e99d [file] [log] [blame]
// PR c++/77637
// { dg-do compile { target c++11 } }
int [[...]] a; // { dg-error "expected attribute before '...'" }
int [[,,...]] b; // { dg-error "expected attribute before '...'" }