rt_gccstream/gcc/testsuite/gcc.dg/lto/20090812_0.c

12 lines
88 B
C

struct X;
struct Y
{
struct X *p;
int i;
};
void foo (struct Y *p)
{
p->i = 1;
}