blob: 97587f9849506078485485b58fba80e8213b726f [file] [log] [blame]
/* Yet another stray infinite loop... */
/* { dg-do compile } */
// { dg-additional-options "-Wno-objc-root-class" }
@interface t
{
}
- (void)go;
@end
@implementation t
- (void)go
{
}
} /* { dg-error "stray .\}. between Objective\\-C\\+\\+ methods" } */
@end