summaryrefslogtreecommitdiffstats
path: root/tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs')
-rw-r--r--tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs b/tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs
new file mode 100644
index 000000000..bd6820098
--- /dev/null
+++ b/tests/run-make/cross-lang-lto-upstream-rlibs/upstream.rs
@@ -0,0 +1,3 @@
+#![crate_type = "rlib"]
+
+pub fn foo() {}