summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/objc2-property-encode.m
blob: c5f68d2c5b0eca52b05caa2f86b72c4c7b0cb93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: clang -cc1 -triple=i686-apple-darwin9 -emit-llvm -o %t %s
// RUN: grep -e "T@\\\\22NSString\\\\22" %t
@interface NSString @end

typedef NSString StoreVersionID ;

@interface Parent 
  @property(retain) StoreVersionID* foo;
@end

@implementation Parent
@dynamic foo;
@end
OpenPOWER on IntegriCloud