summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/doctests-keep-binaries/t.rs
blob: c38cf0a0b25d4020b3a61cb10e759846c2dc2d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
/// Fungle the foople.
/// ```
/// t::foople();
/// ```
pub fn foople() {}

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