blob: fc8a28e1a5198097ec0c21f8582c95403c6db987 [file] [log] [blame]
/* APPLE LOCAL file radar 4360010 */
/* Check that illegal usage of storage class 'static' does not ICE. */
/* { dg-do compile { target *-*-darwin* } } */
@interface Foo {
static int iFoo; /* { dg-error "storage class specified" } */
}
@end