dyld-732.8.tar.gz
[apple/dyld.git] / testing / test-cases / weak-coalesce-inserted-dylibs.dtest / foo.cpp
1
2 void foo() {
3 int* v = new int(1);
4 delete v;
5 }