blob: 62cbb70c8ee50f3d5d37654b3c4e8fbdb8bc7b0a [file] [log] [blame]
@interface Foo
@property (readonly) id x;
@end
// RUN: c-index-test -test-print-typekind %s | FileCheck %s
// CHECK: ObjCPropertyDecl=x:2:25 typekind=Typedef [canonical=ObjCObjectPointer]