rt_gccstream/gcc/testsuite/gcc.dg/lto/20100423-1_1.c

8 lines
69 B
C

typedef struct{int x;} bar;
bar foo (void)
{
bar x;
return x;
}