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
/
attr-print.m
blob
e3405d239e36235c3a4439631b94960f859bb957
1
// RUN: %clang_cc1 %s -fobjc-arc -ast-print | FileCheck %s
2
3
__strong id x;
4
id y;
5
__strong id z;
6
7
// CHECK: __strong id x;
8
// CHECK-NOT: __strong id y;
9
// CHECK: __strong id z;