rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr30984.c

8 lines
87 B
C

int fs_exec(int ino)
{
void *src = 0;
if (ino)
src = (void*)0xe000;
goto *src;
}