]> git.saurik.com Git - apple/ld64.git/blobdiff - ld64-134.9/unit-tests/test-cases/dwarf-debug-notes/header.h
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / dwarf-debug-notes / header.h
diff --git a/ld64-134.9/unit-tests/test-cases/dwarf-debug-notes/header.h b/ld64-134.9/unit-tests/test-cases/dwarf-debug-notes/header.h
new file mode 100644 (file)
index 0000000..aa960dd
--- /dev/null
@@ -0,0 +1,8 @@
+
+
+inline int foo(int x) 
+{ 
+       return x + 10;
+}
+
+extern int bar(int x);
\ No newline at end of file