dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen_from-basic.dtest / test.c
1
2 #include <stdio.h>
3 #include <dlfcn.h>
4 #include <stdbool.h>
5
6 #include "test_support.h"
7
8 void test()
9 {
10 }
11