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
/
CodeGenObjC
/
objc2-nonfragile-abi-impl.m
blob
286ab7e015c283bdad903ff2ea2dbf7b814d3960
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
2
3
@interface Base @end
4
5
@interface Sub1 : Base @end
6
7
@implementation Sub1 @end
8
9
@implementation Base {
10
@private
11
id ivar;
12
}
13
@end
14