PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr40989.c
blob0fbc87082d3d1ba10fd2726cb05a4b78c57207a0
1 /* { dg-do compile } */
2 /* { dg-options "-Werror=implicit" } */
3 int main() {
4 return pippo(); /* { dg-error "" } */
6 /* { dg-message "warnings being treated as errors" "" { target *-*-* } 0 } */