/* { dg-do compile } */ /* { dg-options "-fstack-limit-register=r2" } */ int foo (int i) { char arr[135000]; arr[i] = 0; }