property-byref-default-1.m   [plain text]


/* APPLE LOCAL file radar 4625635 */
/* Test for a Synthesized Property to be a 'byref' property by default*/
/* APPLE LOCAL radar 4899595 */
/* { dg-options "-fno-objc-new-property -mmacosx-version-min=10.5" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-options "-fno-objc-new-property" { target arm*-*-darwin* } } */
/* { dg-do compile { target *-*-darwin* } } */

@interface NSPerson
@property(ivar) id firstName;
@end

@implementation NSPerson
@property(ivar) id firstName;
@end
/* { dg-final { scan-assembler "object_setProperty_byref" } } */
/* { dg-final { scan-assembler "object_getProperty_byref" } } */