]> git.saurik.com Git - apple/objc4.git/blob - test/unload3.c
objc4-756.2.tar.gz
[apple/objc4.git] / test / unload3.c
1 // unload3: contains imageinfo but no other objc metadata
2 // libobjc must not keep it open
3
4 #include <TargetConditionals.h>
5
6 int fake[2] __attribute__((section("__DATA,__objc_imageinfo")))
7 = { 0, TARGET_OS_SIMULATOR ? (1<<5) : 0 };
8
9 // silence "no debug symbols in executable" warning
10 void fn(void) { }