]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/dlclose-dylib-dynamic-ref/foo.c
899bb443c4ef3ed1e0969f0979d20c4b5a38db7f
[apple/dyld.git] / unit-tests / test-cases / dlclose-dylib-dynamic-ref / foo.c
1 __attribute__((weak))
2 int mydata;
3
4
5 int foo()
6 {
7 return mydata;
8 }