summaryrefslogtreecommitdiffstats
path: root/test cases/rust/3 staticlib/other.rs
blob: 037be33eed4a3e4982006507835bd1665ac1d052 (plain)
1
2
3
4
5
pub fn explore(
    value: i32,
) -> String {
    format!("library{}string", value)
}