PR tree-optimization/81384 - built-in form of strnlen missing
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 920410-1.c
blobdaeff5e39904d22fa4fb6d8fdac03005046eb746
1 /* { dg-require-stack-size "40000 * 4 + 256" } */
3 main(){int d[40000];d[0]=0;exit(0);}