PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-2.c
blob40d744c926b809305d3b41496536a2363f6afcc3
1 /* PR c/7411 */
2 /* Contributed by Christian Ehrhardt */
3 /* Added extra line-breaks to check that diagnostics refer to correct token.
4 --Per Bothner. */
5 /* { dg-do compile } */
7 void foo(void)
9 char
10 c /* { dg-message "note: previous declaration" } */
12 int i;
13 int
14 c /* { dg-error "conflicting types" } */
15 = i;