diff options
Diffstat (limited to 'test cases/rust/3 staticlib/other.rs')
-rw-r--r-- | test cases/rust/3 staticlib/other.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/rust/3 staticlib/other.rs b/test cases/rust/3 staticlib/other.rs new file mode 100644 index 0000000..037be33 --- /dev/null +++ b/test cases/rust/3 staticlib/other.rs @@ -0,0 +1,5 @@ +pub fn explore( + value: i32, +) -> String { + format!("library{}string", value) +} |