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