Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 920721-2.c
blobed4e0bf87009fea2ce100f57fc1b5f2999f4a134
1 f(){}
2 main(){int n=2;double x[n];f();exit(0);}