1 /* { dg-require-effective-target indirect_calls } */
2 
f(x)3 f(x)
4 {
5   (*(void (*)())&x)();
6 }
7