1
Fork 0

Remove unused auxiliary file that was replaced with rust_test_helpers

This commit is contained in:
Tomasz Miąsko 2020-01-15 00:00:00 +00:00
parent c74353c7d2
commit f2fc35128b

View file

@ -1,5 +0,0 @@
// no-prefer-dynamic
#![crate_type = "staticlib"]
#[no_mangle]
pub extern "C" fn foo(x:i32) -> i32 { x }