1 /* Check @defs() in Objective-C++ */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
4 /* { dg-options "-lobjc" } */
9 #include <objc/Object.h>
11 extern void abort(void);
37 struct A_defs *a_defs = (struct A_defs *)a;
39 if (a->a != a_defs->a)