1 // { dg-do assemble  }
2 // prms-id: 6149
3 
4 int a[3 - sizeof(double)];	// { dg-error "9:size .\[0-9\]+. of array .a. exceeds maximum object size" }
5