blob: 6c28178de0ecb6bccc66085bdb614d5f4733dc1c (
plain)
1
2
3
4
5
6
7
|
// RUN: %clang_cc1 -x objective-c %s -fsyntax-only -verify
// expected-no-diagnostics
// rdar://9362887
typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;
extern id objc_assign_ivar(id value, id dest, ptrdiff_t offset);
|