blob: c583774276034747f36dfe44b7ce76028fae9f85 [file] [log] [blame]
// RUN: clang -rewrite-test %s -o=-
@interface Intf
{
id ivar;
id ivar1[12];
id **ivar3;
id (*ivar4) (id, id);
}
@end
@implementation Intf
@end