xref: /aosp_15_r20/external/clang/test/SemaObjC/builtin_objc_assign_ivar.m (revision 67e74705e28f6214e480b399dd47ea732279e315)
1// RUN: %clang_cc1 -x objective-c %s -fsyntax-only -verify
2// expected-no-diagnostics
3// rdar://9362887
4
5typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;
6extern id objc_assign_ivar(id value, id dest, ptrdiff_t offset);
7
8