mirror of
https://github.com/darlinghq/darling-objc4.git
synced 2024-11-23 04:09:46 +00:00
8 lines
243 B
Objective-C
8 lines
243 B
Objective-C
// unload4: contains some objc metadata other than imageinfo
|
|
// libobjc must keep it open
|
|
|
|
int fake2 __attribute__((section("__DATA,__objc_foo"))) = 0;
|
|
|
|
// getsectiondata() falls over if __TEXT has no contents
|
|
const char *unload4 = "unload4";
|