dyld-519.2.1.tar.gz
[apple/dyld.git] / testing / test-cases / _dyld_is_memory_immutable.dtest / foo.c
1 const char* foo()
2 {
3 return "foo";
4 }