2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-2.c
blob44fbc733027d8cca3ad5d06e82ea6d74b5b93019
1 /* PR c/7411 */
2 /* Contributed by Christian Ehrhardt */
3 /* { dg-do compile } */
5 void foo(void)
7 char c; /* { dg-error "previous declaration" } */
8 int i;
9 int c = i; /* { dg-error "conflicting types" } */