Retro68/binutils/ld/testsuite/ld-plugin/lto-14b.c

8 lines
69 B
C

extern int bar(void);
extern int i;
void foo(void)
{
i = bar();
}