summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs')
-rw-r--r--tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs b/tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
deleted file mode 100644
index 2e59432cd..000000000
--- a/tests/run-make-fulldeps/c-link-to-rust-staticlib/foo.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-#![crate_type = "staticlib"]
-
-#[no_mangle]
-pub extern "C" fn foo() {}