modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/execute/921110-1.c (about)

     1  extern int abort();
     2  typedef int (*frob)();
     3  frob f[] = {abort};
     4  main()
     5  {
     6    exit(0);
     7  }