1struct S { 2 half4 ah4[1]; 3 half ah[99999]; 4 half4 h4; 5 half h; 6}; 7 8void main() { 9 int small; 10 S big_chungus; 11 S no_report; // we don't need to report overflows past the first 12} 13