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