X-Git-Url: https://git.saurik.com/apple/objc4.git/blobdiff_plain/7c0e6487d7b67b6bf6c632300ee4b74e8950b051..7af964d1562d70f51a8e9aca24215ac3d83d0624:/test/unload.h diff --git a/test/unload.h b/test/unload.h new file mode 100644 index 0000000..6e932ea --- /dev/null +++ b/test/unload.h @@ -0,0 +1,10 @@ +@interface SmallClass { id isa; } ++(id)new; +-(void)free; +@end + +@interface BigClass { id isa; } ++(id)new; +-(void)free; +@end +