blob: 761d2a2114572853dffa82bf38331e08d3ce6d6b [file] [log] [blame]
/* APPLE LOCAL file radar 4698856 */
/* Test that _objc_empty_cache and _objc_empty_vtable may be user defined. */
/* { dg-options "-mmacosx-version-min=10.5 -fobjc-abi-version=2" { target powerpc*-*-darwin* i?86*-*-darwin* } } */
/* { dg-options "-fobjc-abi-version=2" { target arm*-*-darwin* } } */
#include <objc/object.h>
static void * _objc_empty_cache;
static IMP _objc_empty_vtable;
@interface Foo
@end
@implementation Foo @end