1struct S {
2    half4 ah4[1];
3    half ah[1000];
4    half4 h4;
5    half h;
6};
7
8int small;
9S medium;
10S large[10];
11S extra_large[100];
12S xxl[50000];
13
14