]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/relocs-objc/test.m
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / relocs-objc / test.m
index a691e4a511b4c1a86c66a0f51ffc44d1a8866b07..2b2bf9c910d38aba6f7afdc878b6fc0fcc5f7bdd 100644 (file)
@@ -34,7 +34,6 @@
 
 
 @implementation Foo
-
 - (id) init
 {
        self = [super init];
 {
        [self class];
 }
+@end
+
 
+
+@interface Base : NSObject
 @end
 
+
+@implementation Base
+@end
+
+
+