PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / proto-1.c
blob62d0209b08f946c6f434cdedaa3a029ac344355c
1 /* PR c/28502 */
2 /* { dg-do compile } */
4 void foo() {} /* { dg-message "note: previous" } */
5 void foo(void[]); /* { dg-error "array of voids" } */