OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 930117-1.c
1 f(x)
2 {
3   (*(void (*)())&x)();
4 }