1// unload4: contains some objc metadata other than imageinfo
2// libobjc must keep it open
3
4#if __OBJC2__
5int fake2 __attribute__((section("__DATA,__objc_foo"))) = 0;
6#else
7int fake2 __attribute__((section("__OBJC,__foo"))) = 0;
8#endif
9
10// getsectiondata() falls over if __TEXT has no contents
11const char *unload4 = "unload4";
12