repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaObjC
/
builtin_objc_assign_ivar.m
blob
1c8ba8f22dc7d1359e947771d83d367dabab3cf5
1
// RUN: %clang_cc1 -x objective-c %s -fsyntax-only -verify
2
// expected-no-diagnostics
3
4
typedef __typeof__(((int*)0)-((int*)0)) ptrdiff_t;
5
extern id objc_assign_ivar(id value, id dest, ptrdiff_t offset);
6