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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Rewriter
/
ivar-encoding-1.m
blob
3f5543e4cd15cd003a1850304a5f41bd4ae83f30
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
2
3
@interface Intf
4
{
5
id ivar;
6
id ivar1[12];
7
8
id **ivar3;
9
10
id (*ivar4) (id, id);
11
}
12
@end
13
14
@implementation Intf
15
@end