PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / redecl-17.c
blob686ebc5897195e76a47877b00192394c3b60a47b
1 /* { dg-do compile } */
3 void (*fp)(const int i);
4 void (*fp)(int i);
6 void foo()
8 (*fp)(0);