modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr37433.c (about)

     1  int regex_subst(void)
     2  {
     3    const void *subst = "";
     4    return (*(int (*)(int))subst) (0);
     5  }
     6  
     7  int foobar (void)
     8  {
     9    int x;
    10    return (*(int (*)(void))&x) ();
    11  }