[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / test / Rewriter / metadata-test-1.m
blobcaa7ca3b54e33ca2e8f1f9f5a769904dc04d4fb4
1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5  %s -o -
3 @interface Intf 
4 @end
6 @implementation Intf(Category)
7 - (void) CatMeth {}
8 @end
10 @implementation Another
11 - (void) CatMeth {}
12 @end