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