blob: 80e166ec0a71f3569c08e4752963c4b1e6c1ec77 [file] [log] [blame]
/* APPLE LOCAL file radar 4666559 */
/* APPLE LOCAL radar 4899595 */
/* { dg-options "-mmacosx-version-min=10.5 -gdwarf-2 -dA" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-options "-gdwarf-2 -dA" { target arm*-*-darwin* } } */
/* { dg-do compile { target *-*-darwin* } } */
/* LLVM LOCAL allow for asciz not ascii */
/* { dg-final { scan-assembler "\"_prop(\\\\0)?\".*DW_AT_name" } } */
@interface Foo
{
id isa;
const char* _prop;
}
@property const char* prop;
@end
@implementation Foo
@synthesize prop = _prop;
@end