brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · 1c8ba8f Raw
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