blob: 833894ff21911f1c28bddec334175150b07ff102 [file] [log] [blame]
/* APPLE LOCAL file 4649718, 4651088 */
/* Test for bogus property declarations. */
/* APPLE LOCAL radar 4899595 */
/* { dg-options "-mmacosx-version-min=10.5" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-do compile } */
@interface MyClass {
};
@property unsigned char bufferedUTF8Bytes[4]; /* { dg-error "bad property declaration" } */
@end
@implementation MyClass
@end