]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/gcc.c-torture/compile/930117-1.c
GCC port for eBPF
[gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930117-1.c
1 /* { dg-require-effective-target indirect_calls } */
2
3 f(x)
4 {
5 (*(void (*)())&x)();
6 }
This page took 0.281712 seconds and 5 git commands to generate.