blob: 90aca4dfb2e18ea3e2c02b9056d4763ecfbf1270 [file] [log] [blame]
/* APPLE LOCAL file radar 5096644 */
/* Test that use of new property of an object of a forward class declaration deoes not ice. */
/* { dg-options "-fnext-runtime -fobjc-new-property -fobjc-gc-only -mmacosx-version-min=10.5" } */
/* { dg-do compile } */
@protocol NSCopying
@end
@class BLOCK;
@interface INTC
@property BLOCK* p;
@end