rust/tests/run-make/doctests-keep-binaries/t.rs
2023-03-30 07:34:55 -05:00

12 lines
148 B
Rust

/// Fungle the foople.
/// ```
/// t::foople();
/// ```
pub fn foople() {}
/// Flomble the florp
/// ```
/// t::florp();
/// ```
pub fn florp() {}