[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Rewriter / ivar-encoding-2.m
blob422568bf479c4c18488318dca31e56db96d3fd67
1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o -
3 @implementation Intf
5   id ivar;
6   id ivar1[12];
8   id **ivar3;
10   id (*ivar4) (id, id);
12 @end