summaryrefslogtreecommitdiffstats
path: root/tests/run-make/symlinked-extern/bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/symlinked-extern/bar.rs')
-rw-r--r--tests/run-make/symlinked-extern/bar.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/symlinked-extern/bar.rs b/tests/run-make/symlinked-extern/bar.rs
new file mode 100644
index 000000000..cd9c959d5
--- /dev/null
+++ b/tests/run-make/symlinked-extern/bar.rs
@@ -0,0 +1,6 @@
+#![crate_type = "rlib"]
+
+extern crate foo;
+
+pub fn bar(_s: foo::S) {
+}