]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/doctests-keep-binaries/t.rs
Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431' into sync_cg_clif-2022-05-15
[rust.git] / src / test / run-make-fulldeps / doctests-keep-binaries / t.rs
1 /// Fungle the foople.
2 /// ```
3 /// t::foople();
4 /// ```
5 pub fn foople() {}
6
7 /// Flomble the florp
8 /// ```
9 /// t::florp();
10 /// ```
11 pub fn florp() {}