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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Rewriter
/
ivar-encoding-2.m
blob
422568bf479c4c18488318dca31e56db96d3fd67
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
2
3
@implementation Intf
4
{
5
id ivar;
6
id ivar1[12];
7
8
id **ivar3;
9
10
id (*ivar4) (id, id);
11
}
12
@end