OSDN Git Service

PR middle-end/35456
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 921110-1.c
1 extern int abort();
2 typedef int (*frob)();
3 frob f[] = {abort};
4 main()
5 {
6   exit(0);
7 }