blob: 648c0b32b50ca2311f1c1e914b361f77b652a443 [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 " } */
/* { dg-do compile } */
#ifdef __OBJC2__
int i = 3;
#else
error __OBJC2__
#endif