rustc/tests/run-make/doctests-runtool/t.rs
2024-05-27 22:45:50 +02:00

12 lines
148 B
Rust

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