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

6 lines
91 B
Mathematica
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
@protocol NSString
@end
@interface Dictionary <FirstParam : id <NSString>, NSString>
@end