--- /dev/null +++ dyld/dyld-940/testing/kernel-cache-tests/data-const/foo.c @@ -0,0 +1,6 @@ + +int pack; + +int foo() { + return pack; +}