]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/strip_local/hello.c
ld64-351.8.tar.gz
[apple/ld64.git] / unit-tests / test-cases / strip_local / hello.c
index 2deed4223f58ee8882446cc993f8683a88caa902..09e802f6b8f22cb50ab428669a87fdbc0844e796 100644 (file)
@@ -29,5 +29,6 @@ extern void func(int);
 int main()
 {
        func(data);
+       return 0;
 }