android13/external/ltp/testcases/commands/ld/datafiles/f1.c

8 lines
49 B
C

void f1(void)
{
int i = 69;
i = i;
return;
}