dyld-733.8.tar.gz
[apple/dyld.git] / testing / test-cases / interpose-weak.dtest / foo.c
1
2
3
4 int foo1() { return 1; }
5
6 int foo2() { return 2; }
7
8 #ifndef NO_FOO34
9 int foo3() { return 3; }
10 int foo4() { return 4; }
11 #endif
12