]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/symlinked-libraries/bar.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / run-make / symlinked-libraries / bar.rs
diff --git a/tests/run-make/symlinked-libraries/bar.rs b/tests/run-make/symlinked-libraries/bar.rs
new file mode 100644 (file)
index 0000000..fde0d74
--- /dev/null
@@ -0,0 +1,5 @@
+extern crate foo;
+
+fn main() {
+    foo::bar();
+}