rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20010107-1.c

7 lines
65 B
C

unsigned long x[4];
void foo(void)
{
((void (*)())(x+2))();
}