llvm/clang/test/Import/objc-param-decl/Inputs/S.m

@protocol NSString
@end

@interface Dictionary <FirstParam : id <NSString>, NSString>
@end