@synthesize font = _font;
@end
-__attribute__((objc_arc_weak_reference_unavailable(1))) // expected-error {{attribute 'objc_arc_weak_reference_unavailable' takes no arguments}}
+__attribute__((objc_arc_weak_reference_unavailable(1))) // expected-error {{attribute takes no arguments}}
@interface I3
@end
{
}
-__attribute__((objc_root_class(1))) // expected-error {{attribute 'objc_root_class' takes no arguments}}
+__attribute__((objc_root_class(1))) // expected-error {{attribute takes no arguments}}
@interface I1
@end
@synthesize failureCount = _failureCount;
@end
-__attribute ((objc_requires_property_definitions(1))) // expected-error {{attribute 'objc_requires_property_definitions' takes no arguments}}
+__attribute ((objc_requires_property_definitions(1))) // expected-error {{attribute takes no arguments}}
@interface I1
@end