rust/tests/source/cfg_mod/bar.rs

4 lines
28 B
Rust
Raw Normal View History

fn bar( ) -> &str {
"bar"
}