X-Git-Url: https://git.saurik.com/apple/dyld.git/blobdiff_plain/dd1e3476105179eb3efd5ebd2af97f6de91170b3..16b475fcb248267b8b51f759bc62a49ec2afa88d:/testing/test-cases/weak-def-bind-old-format.dtest/foo.c?ds=inline diff --git a/testing/test-cases/weak-def-bind-old-format.dtest/foo.c b/testing/test-cases/weak-def-bind-old-format.dtest/foo.c new file mode 100644 index 0000000..172a9c1 --- /dev/null +++ b/testing/test-cases/weak-def-bind-old-format.dtest/foo.c @@ -0,0 +1,7 @@ + +__attribute__((weak)) +int weakTestValue = 1; + +int foo() { + return weakTestValue; +} \ No newline at end of file