20010107-1.c   [plain text]


unsigned long x[4];

void foo(void)
{
  ((void (*)())(x+2))();
}