dyld-625.13.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-rpath-prev-override.dtest / bad.c
1 #include <stdio.h>
2 #include <stdlib.h>
3
4
5 __attribute__((constructor))
6 void init()
7 {
8 printf("[FAIL] dlopen-rpath-prev-override\n");
9 exit(0);
10 }