]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/symlinked-libraries/foo.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / run-make / symlinked-libraries / foo.rs
diff --git a/tests/run-make/symlinked-libraries/foo.rs b/tests/run-make/symlinked-libraries/foo.rs
new file mode 100644 (file)
index 0000000..cde9e29
--- /dev/null
@@ -0,0 +1,3 @@
+#![crate_type = "dylib"]
+
+pub fn bar() {}