modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr37433-1.c (about) 1 void regex_subst(void) 2 { 3 const void *subst = ""; 4 (*(void (*)(int))subst) (0); 5 } 6 7 void foobar (void) 8 { 9 int x; 10 (*(void (*)(void))&x) (); 11 }