]> git.saurik.com Git - apple/objc4.git/blobdiff - test/unload.h
objc4-437.tar.gz
[apple/objc4.git] / test / unload.h
diff --git a/test/unload.h b/test/unload.h
new file mode 100644 (file)
index 0000000..6e932ea
--- /dev/null
@@ -0,0 +1,10 @@
+@interface SmallClass { id isa; } 
++(id)new;
+-(void)free;
+@end
+
+@interface BigClass { id isa; } 
++(id)new;
+-(void)free;
+@end
+