--- /dev/null +++ dyld/dyld-957/testing/kernel-cache-tests/bundle-libraries-arch/foo.c @@ -0,0 +1,4 @@ + +int foo() { + return 0; +}