1struct S { 2 half4 ah4[1]; 3 half ah[1000]; 4 half4 h4; 5 half h; 6}; 7 8int small; 9S medium[30]; 10S large[50]; 11S extra_large[70]; 12S xxl[90]; 13 14/*%%* 15global variable 'extra_large' exceeds the size limit 16*%%*/ 17