rt_gccstream/gcc/testsuite/gcc.dg/pr40989.c

7 lines
197 B
C

/* { dg-do compile } */
/* { dg-options "-Werror=implicit" } */
int main() {
return pippo(); /* { dg-error "" } */
}
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */