OSDN Git Service

Fix PR 17408 and PR 17409.
[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);}