1 /* Test for collision of @interfaces with global vars. */
2 /* Author: Ziemowit Laski <zlaski@apple.com>. */
3 /* { dg-do compile } */
7 float Foo; /* { dg-error "parse error|syntax error|expected|redeclaration" } */
11 @end /* { dg-error "redeclared as different kind of symbol" } */
12 /* { dg-error "previous declaration of" "" { target *-*-* } 9 } */