blob: 222def4d9efaa7a1f6413bafe6b3d455a301c7dc [file] [log] [blame]
unsigned long x[4];
void foo(void)
{
((void (*)())(x+2))();
}