blob: cfdbbf110b231e101fc903de6eb8e46846c5d94d [file] [log] [blame]
/* APPLE LOCAL file radar 4945770 */
/* Do not ICE on the trivial program. */
/* { dg-options "-fobjc-gc" } */
/* { dg-do compile } */
#include <objc/Object.h>
@interface NSObject { Class isa; } @end
@interface SCMObject : NSObject {
SCMObject *__weak _parent;
}
@end