]> git.saurik.com Git - apple/objc4.git/blob - test/unload4.m
objc4-818.2.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 int fake2 __attribute__((section("__DATA,__objc_foo"))) = 0;
5
6 // getsectiondata() falls over if __TEXT has no contents
7 const char *unload4 = "unload4";