blob: c6b8c2eb61e4a46b184a027a1d97fd12257095b7 [file] [log] [blame]
int puts (const char *);
void a_func (void)
{
puts ("A test");
}