]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/c-dynamic-dylib/bar.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / c-dynamic-dylib / bar.rs
diff --git a/tests/run-make/c-dynamic-dylib/bar.rs b/tests/run-make/c-dynamic-dylib/bar.rs
new file mode 100644 (file)
index 0000000..b8c798f
--- /dev/null
@@ -0,0 +1,5 @@
+extern crate foo;
+
+fn main() {
+    foo::rsfoo();
+}