mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Removing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50786 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef02b815cb
commit
12f33baa8a
@ -1,25 +0,0 @@
|
||||
// RUN: %llvmgcc -x objective-c -c %s -o /dev/null -m64
|
||||
// rdar://5812818
|
||||
|
||||
@interface NSObject
|
||||
@end
|
||||
|
||||
@interface Base:NSObject
|
||||
@property int whatever;
|
||||
@end
|
||||
|
||||
@interface Oops:Base
|
||||
@end
|
||||
|
||||
@implementation Base
|
||||
@synthesize whatever;
|
||||
@end
|
||||
|
||||
@implementation Oops
|
||||
|
||||
-(void)whatthe {
|
||||
self.whatever=1;
|
||||
}
|
||||
|
||||
@end
|
||||
|
Loading…
x
Reference in New Issue
Block a user