7 lines · plain
1// RUN: %clang_cc1 -x objective-c %s -fsyntax-only -verify2// expected-no-diagnostics3 4typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;5extern id objc_assign_ivar(id value, id dest, ptrdiff_t offset);6 7 1// RUN: %clang_cc1 -x objective-c %s -fsyntax-only -verify2// expected-no-diagnostics3 4typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;5extern id objc_assign_ivar(id value, id dest, ptrdiff_t offset);6 7