]> git.saurik.com Git - apple/dyld.git/blobdiff - testing/test-cases/weak-def-bind-old-format.dtest/bar.c
dyld-750.5.tar.gz
[apple/dyld.git] / testing / test-cases / weak-def-bind-old-format.dtest / bar.c
diff --git a/testing/test-cases/weak-def-bind-old-format.dtest/bar.c b/testing/test-cases/weak-def-bind-old-format.dtest/bar.c
new file mode 100644 (file)
index 0000000..82f5a4f
--- /dev/null
@@ -0,0 +1,7 @@
+
+__attribute__((weak))
+int weakTestValue = 42;
+
+int bar() {
+       return weakTestValue;
+}
\ No newline at end of file