hanchenye-llvm-project/clang/test/Rewriter/ivar-encoding-2.m

13 lines
175 B
Objective-C

// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
@implementation Intf
{
id ivar;
id ivar1[12];
id **ivar3;
id (*ivar4) (id, id);
}
@end