dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / dtrace.dtest / main.d
1 provider dyld_testing {
2         probe callback();
3 };