1 /* { dg-skip-if "requires alloca" { ! alloca } { "-O0" } { "" } } */
f()2 f(){}
main()3 main(){int n=2;double x[n];f();exit(0);}
4