blob: 7735adcc57aba198bf8357598ac2aaaa4049b1ab [file] [log] [blame]
/* APPLE LOCAL file 4093475 */
/* Yet another stray infinite loop... */
/* { dg-do compile } */
@interface t
{
}
- (void)go;
@end
@implementation t
- (void)go
{
}
} /* { dg-error "stray .\}. between Objective\\-C\\+\\+ methods" } */
@end