]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/shared-cache-dylib/foo.c
ld64-305.tar.gz
[apple/ld64.git] / unit-tests / test-cases / shared-cache-dylib / foo.c
index 6924ac69d2f7b53de357e853ab7b1d1da1a9fc1f..68edc4100f2e1c6023318b933b359ed6875e6aa3 100644 (file)
@@ -1,3 +1,6 @@
 
-void foo() {}
+
+int x;
+
+int foo() { return x; }