blob: 127f0564e07c5763282889ddf6352e455c6bf2ac [file] [log] [blame]
struct S {
half4 ah4[1];
half ah[99999];
half4 h4;
half h;
};
void main() {
int small;
S big_chungus;
S no_report; // we don't need to report overflows past the first
}
/*%%*
variable 'big_chungus' exceeds the stack size limit
*%%*/