]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs
Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
[rust.git] / src / test / run-make / rustdoc-scrape-examples-multiple / examples / ex.rs
1 fn main() {
2     foobar::ok();
3     foobar::ok();
4 }