Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / 921110-1.c
blob27ff96f18fb8b76b87c6b69bf0f06abfa144d5f1
1 extern int abort();
2 typedef int (*frob)();
3 frob f[] = {abort};
4 main()
6 exit(0);