meson/test cases/rust/2 sharedlib/stuff.rs

4 lines
79 B
Rust
Raw Normal View History

#![crate_name = "stuff"]
2014-06-19 05:02:19 +08:00
pub fn explore() -> &'static str { "librarystring" }