X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/d3f1e533acc7f70659b8bde9b6c040974f05e03b..bc3b7c8cda49ed8598284a489c0bb9694c67c6a4:/testing/kernel-cache-tests/data-const/main.c diff --git a/testing/kernel-cache-tests/data-const/main.c b/testing/kernel-cache-tests/data-const/main.c new file mode 100644 index 0000000..5bdda59 --- /dev/null +++ b/testing/kernel-cache-tests/data-const/main.c @@ -0,0 +1,7 @@ + +int x = 0; +int* g = &x; + +int _start() { + return *g; +} \ No newline at end of file