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

9 lines
84 B
C

extern int puts(const char *);
extern const char s[];
void f(void)
{
puts(s);
}