summaryrefslogtreecommitdiffstats
path: root/tests/run-make/rlib-chain/m1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/rlib-chain/m1.rs')
-rw-r--r--tests/run-make/rlib-chain/m1.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-make/rlib-chain/m1.rs b/tests/run-make/rlib-chain/m1.rs
new file mode 100644
index 000000000..665b206cc
--- /dev/null
+++ b/tests/run-make/rlib-chain/m1.rs
@@ -0,0 +1,2 @@
+#![crate_type = "rlib"]
+pub fn m1() {}