Argyrios Kyrtzidis | 0b28928 | 2012-01-20 01:38:51 +0000 | [diff] [blame] | 1 | @class Foo; |
2 | @interface Bar | ||||
3 | @property (retain) __attribute__((iboutletcollection(Foo))) Foo *prop; | ||||
4 | @end | ||||
5 | |||||
6 | // RUN: c-index-test -index-file %s | FileCheck %s | ||||
7 | // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface] |