int puts (const char *); void a_func (void) { puts ("A test"); }