// RUN: c-index-test -print-usr-file %s | FileCheck %s
// This isn't really C code; it has a .c extension to get picked up by lit.
ObjCClass ObjCCategory NSObject ObjCIvar x c: NSObject
ObjCMethod foo: 0 c: NSObject
ObjCMethod baz:with 1 c: NSObject
ObjCProperty gimme c: NSObject
ObjCProtocol