1 // Note: this test is line- and column-sensitive. Test commands are at
12 @property float prop2;
13 @property short prop3;
17 @property double prop4;
21 @synthesize prop2 = _prop2;
38 // RUN: c-index-test -code-completion-at=%s:24:1 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
39 // RUN: c-index-test -code-completion-at=%s:30:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
40 // RUN: c-index-test -code-completion-at=%s:34:2 -target x86_64-apple-macosx10.7 -fobjc-nonfragile-abi %s | FileCheck %s
42 // CHECK: NotImplemented:{TypedText _Bool} (50)
43 // CHECK: ObjCIvarDecl:{ResultType float}{TypedText _prop2} (35)
46 // CHECK: ObjCIvarDecl:{ResultType double}{TypedText _prop4} (35)