aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/rust/3 staticlib/stuff.rs
blob: 8cabc62572e3b9df68ac260cca0e29c668f3e4db (plain)
1
2
3
#![crate_name = "stuff"]

pub fn explore() -> &'static str { "librarystring" }