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