blob: cc096cbb25236139a072a6d0836ceaf4556e38a3 [file] [log] [blame]
/* APPLE LOCAL begin radar 4261146 */
/* { dg-do compile } */
typedef struct S { int i; } NSDictionary;
@interface A
{
}
@end
@interface B : A
{
NSDictionary * _userInfo;
@end /* { dg-error "at end of input" } */
/* APPLE LOCAL end radar 4261146 */