]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/dyld_process_info.dtest/linksWithCF.c
dyld-421.1.tar.gz
[apple/dyld.git] / testing / test-cases / dyld_process_info.dtest / linksWithCF.c
1 #include <mach/mach.h>
2
3 int main()
4 {
5 task_suspend(mach_task_self());
6 return 0;
7 }
8