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

5 lines
49 B
C

void fn (char *ptr)
{
void *p = ptr - 8 - 4;
}