OSDN Git Service

* gcc.c-torture/execute/20020619-1.c: Correct for targets without 32 bit int.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 920721-2.c
1 f(){}
2 main(){int n=2;double x[n];f();exit(0);}