Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjC / builtin_objc_assign_ivar.m
blob1c8ba8f22dc7d1359e947771d83d367dabab3cf5
1 // RUN: %clang_cc1 -x objective-c %s -fsyntax-only -verify
2 // expected-no-diagnostics
4 typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;
5 extern id objc_assign_ivar(id value, id dest, ptrdiff_t offset);