summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/synthesized-ivar.m
blob: de44857934fc16a1707112af4e99eb637cde708a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: clang-cc -fsyntax-only -triple x86_64-apple-darwin9 -verify %s
@interface I
{
}
@property int IP;
@end

@implementation I
@synthesize IP;
- (int) Meth {
   return IP;
}
@end
OpenPOWER on IntegriCloud