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

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

  id **ivar3;

  id (*ivar4) (id, id);
}
@end
OpenPOWER on IntegriCloud