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