]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-scrape-examples-ordering/examples/ex2.rs
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / run-make / rustdoc-scrape-examples-ordering / examples / ex2.rs
1 fn main() {
2     foobar::ok(1);
3     // small item
4 }
5
6 fn f() {
7     foobar::ok(2);
8 }