]> git.saurik.com Git - apple/objc4.git/blob - test/unload4.m
objc4-437.tar.gz
[apple/objc4.git] / test / unload4.m
1 // unload4: contains some objc metadata other than imageinfo
2 // libobjc must keep it open
3
4 #if __OBJC2__
5 int fake2 __attribute__((section("__DATA,__objc_foo"))) = 0;
6 #else
7 int fake2 __attribute__((section("__OBJC,__foo"))) = 0;
8 #endif