diff options
Diffstat (limited to 'tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs')
-rw-r--r-- | tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs b/tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs deleted file mode 100644 index 34951dda3..000000000 --- a/tests/run-make-fulldeps/cross-lang-lto-upstream-rlibs/staticlib.rs +++ /dev/null @@ -1,8 +0,0 @@ -#![crate_type="staticlib"] - -extern crate upstream; - -#[no_mangle] -pub extern "C" fn bar() { - upstream::foo(); -} |