Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 960130-1.c
blobed8dab459880bae552c9d3c038ceebd6a6888fac
1 int a[1];
3 int
4 main()
6 extern int a[];
7 return *a;