blob: ee2556bb1a99404ebe53641064bceff3a553ea9a [file] [log] [blame]
struct S {
half4 ah4[1];
half ah[1000];
half4 h4;
half h;
};
int small;
S medium[30];
S large[50];
S extra_large[70];
S xxl[90];
/*%%*
global variable 'extra_large' exceeds the size limit
*%%*/