summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/ivar-encoding-1.m
blob: 10665b838ff78e277aa0002c2bd4e5682b58024b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// RUN: clang-cc -rewrite-objc %s -o -

@interface Intf
{
  id ivar;
  id ivar1[12];

  id **ivar3;

  id (*ivar4) (id, id);
}
@end

@implementation Intf
@end
OpenPOWER on IntegriCloud