allwinner_a64/android/external/clang/test/Rewriter/ivar-encoding-2.m
2018-08-08 16:14:42 +08:00

12 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