blob: 5cd316275d6643c324a3512ebfc8b3a44e4d8b1c [file] [log] [blame]
/* APPLE LOCAL file 4185810 */
/* Recover gracefully from a syntax error. */
@implementation Whatever /* { dg-warning "cannot find interface declaration for .Whatever." } */
- (void) function
{
if( 1 )
{
else /* { dg-error "expected .\}. before .else." } */
{
}
}
- (void) another {}
@end