blob: a10ba0259c98b56350b47216373d37ffe0247eb9 [file] [log] [blame]
extern int puts(const char *);
extern const char s[];
void f(void)
{
puts(s);
}