xref: /aosp_15_r20/external/skia/resources/sksl/errors/ProgramTooLarge_Globals.rts (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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