blob: 33da87ba7355f7e40b1f9608538a7bb4e6ca33a1 [file] [log] [blame]
/* APPLE LOCAL file radar 4441551 */
/* Test that with new abi __OBJC2__ is defined. */
/* { dg-options "-mmacosx-version-min=10.5 -fobjc-abi-version=2" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-do compile } */
#ifdef __OBJC2__
int i = 3;
#else
error __OBJC2__
#endif