aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr40989.c
blob: 0fbc87082d3d1ba10fd2726cb05a4b78c57207a0 (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-Werror=implicit" } */
int main() {
  return pippo(); /* { dg-error "" } */
}
/* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */