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