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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objc
/
foundation
/
my-base.m
blob
4147ac1764a57b2608a632e59b104dba80c70ce0
1
#import <objc/NSObject.h>
2
#import "my-base.h"
3
@implementation MyBase
4
#if __OBJC2__
5
@synthesize propertyMovesThings;
6
#else
7
@synthesize propertyMovesThings = maybe_used;
8
#endif
9
@end
10