[AArch64] Work around PR target/64971
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr37433-1.c
blob322c167d682688fba8aaae9b4fd21df8cc561291
1 void regex_subst(void)
3 const void *subst = "";
4 (*(void (*)(int))subst) (0);
7 void foobar (void)
9 int x;
10 (*(void (*)(void))&x) ();