blob: c38c7b5540f2b936704d8dc5a5a5aac0895866b5 [file] [log] [blame]
/* PR 16684: no redundant declaration warnings should issue the first
time a built-in function is declared.
{ dg-do compile }
{ dg-options "-Wredundant-decls" } */
void *malloc (__SIZE_TYPE__); /* { dg-bogus "redundant" } */
void *malloc (__SIZE_TYPE__); /* { dg-warning "redundant" } */