gcc/gcc/testsuite/gcc.c-torture/compile/930117-1.c

5 lines
32 B
C

f(x)
{
(*(void (*)())&x)();
}