1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}}
8 + (XNSNumber *) numberWithCGFloat : (CGFloat) float; // expected-error {{expected identifier}} \
9 // expected-error {{expected ';' after method prototype}}
14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}}
15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \