rt_gccstream/gcc/testsuite/gcc.dg/Wredundant-decls-1.c

8 lines
300 B
C

/* 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" } */