YouCompleteMe/cpp/llvm/tools/clang/test/Rewriter/ivar-encoding-2.m

13 lines
159 B
Mathematica
Raw Normal View History

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