repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
test
/
Rewriter
/
metadata-test-1.m
blob
caa7ca3b54e33ca2e8f1f9f5a769904dc04d4fb4
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -
2
3
@interface Intf
4
@end
5
6
@implementation Intf(Category)
7
- (void) CatMeth {}
8
@end
9
10
@implementation Another
11
- (void) CatMeth {}
12
@end