1 /* { dg-require-stack-size "40000 * 4 + 256" } */
2 
main()3 main(){int d[40000];d[0]=0;exit(0);}
4 
5