]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/non-lazy-r/foo.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / non-lazy-r / foo.c
old mode 100755 (executable)
new mode 100644 (file)
index 1fa325e..9d21475
@@ -10,3 +10,8 @@ extern int other;
 
 int getother() { return other; }
 
+
+extern int tent;
+
+int gettent() { return tent; }
+