X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/55e3d2f687f4ed9653982dbda92c6a055b0a8350..b1c6f52afb9f246c71bc8c8c57a268f11d0895e5:/unit-tests/test-cases/shared-cache-dylib/foo.c diff --git a/unit-tests/test-cases/shared-cache-dylib/foo.c b/unit-tests/test-cases/shared-cache-dylib/foo.c index 6924ac6..68edc41 100644 --- a/unit-tests/test-cases/shared-cache-dylib/foo.c +++ b/unit-tests/test-cases/shared-cache-dylib/foo.c @@ -1,3 +1,6 @@ -void foo() {} + +int x; + +int foo() { return x; }