blob: 6d087509ea2e8eaeb31eb37b26d9919c3abc2de9 [file] [log] [blame]
/* Test for collision of @interfaces with global vars. */
/* Author: Ziemowit Laski <zlaski@apple.com>. */
/* { dg-do compile } */
@interface Foo
@end
float Foo; /* { dg-error "parse error|syntax error|expected|redeclaration" } */
double Bar;
@interface Bar
@end /* { dg-error "redeclared as different kind of symbol" } */
/* { dg-error "previous declaration of" "" { target *-*-* } 9 } */