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