summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-64153/upstream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make-fulldeps/issue-64153/upstream.rs')
-rw-r--r--src/test/run-make-fulldeps/issue-64153/upstream.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/run-make-fulldeps/issue-64153/upstream.rs b/src/test/run-make-fulldeps/issue-64153/upstream.rs
deleted file mode 100644
index 861a00298..000000000
--- a/src/test/run-make-fulldeps/issue-64153/upstream.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// Make this function extern "C", public, and no-mangle, so that it gets
-// exported from the downstream staticlib.
-#[no_mangle]
-pub extern "C" fn issue64153_test_function(x: u32) -> u32 {
- x + 1
-}