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