blob: ece02355e5f830b12917d3663ad79baf96aab229 [file] [log] [blame]
/* APPLE LOCAL file radar 6267049 */
typedef int MyTypedef;
__attribute__((objc_root_class)) @interface MyClass
@property MyTypedef <Gobbledygook> myProperty; /* { dg-error "qualified type is not a valid object" } */
/* { dg-error "cannot find protocol declaration for \\'Gobbledygook\\'" "" { target *-*-* } 6 } */
@end