OSDN Git Service

Formatting fixes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20010107-1.c
1 unsigned long x[4];
2
3 void foo(void)
4 {
5   ((void (*)())(x+2))();
6 }