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