]> git.saurik.com Git - apple/ld64.git/blobdiff - ld64-134.9/unit-tests/test-cases/dwarf-debug-notes-uuid/main.c
ld64-136.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / dwarf-debug-notes-uuid / main.c
diff --git a/ld64-134.9/unit-tests/test-cases/dwarf-debug-notes-uuid/main.c b/ld64-134.9/unit-tests/test-cases/dwarf-debug-notes-uuid/main.c
deleted file mode 100644 (file)
index 6ff8d4b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-void foo()
-{
-
-}
-
-
-void bar()
-{
-       foo();
-}
-
-
-
-int main()
-{
-       bar();
-       return 0;
-}
-
-
-