dyld-851.27.tar.gz
[apple/dyld.git] / testing / test-cases / weak-coalesce-dlopen.dtest / foo.cpp
1
2 #include <new>
3
4 extern "C" void* foo() {
5 return new int(1);
6 }