dyld-732.8.tar.gz
[apple/dyld.git] / testing / test-cases / dlopen-fail-cleanly.dtest / c.c
1 int c()
2 {
3 return 10;
4 }
5
6 #ifdef EXTRA_SYMBOL
7
8 void c_extra()
9 {
10 }
11
12 #endif
13