rt_gccstream/gcc/testsuite/gcc.dg/lto/20081111_1.c

8 lines
54 B
C

int mumble = 41;
int
bar (void)
{
return mumble;
}