modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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  }