summaryrefslogtreecommitdiffstats
path: root/tests/run-make/compiler-lookup-paths/e2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/compiler-lookup-paths/e2.rs')
-rw-r--r--tests/run-make/compiler-lookup-paths/e2.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make/compiler-lookup-paths/e2.rs b/tests/run-make/compiler-lookup-paths/e2.rs
new file mode 100644
index 000000000..cbf08b98e
--- /dev/null
+++ b/tests/run-make/compiler-lookup-paths/e2.rs
@@ -0,0 +1,4 @@
+#![crate_name = "e"]
+#![crate_type = "rlib"]
+
+pub fn f() {}