diff options
Diffstat (limited to 'test/ARCMT/Inputs/test1.m.in')
-rw-r--r-- | test/ARCMT/Inputs/test1.m.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ARCMT/Inputs/test1.m.in b/test/ARCMT/Inputs/test1.m.in index 8416a88..44a3c4c 100644 --- a/test/ARCMT/Inputs/test1.m.in +++ b/test/ARCMT/Inputs/test1.m.in @@ -4,3 +4,13 @@ void test1(id p) { [p release]; } + +@interface Test2 +@property (strong) id prop; +@end + +@implementation Test2 +-(id)init { + _prop = 0; +} +@end |