summaryrefslogtreecommitdiffstats
path: root/tests/run-make/lto-dylib-dep/a_dylib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/lto-dylib-dep/a_dylib.rs')
-rw-r--r--tests/run-make/lto-dylib-dep/a_dylib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/lto-dylib-dep/a_dylib.rs b/tests/run-make/lto-dylib-dep/a_dylib.rs
new file mode 100644
index 000000000..e63457e6e
--- /dev/null
+++ b/tests/run-make/lto-dylib-dep/a_dylib.rs
@@ -0,0 +1,3 @@
+pub fn foo() {
+ println!("bar");
+}