rustc/tests/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs
2023-07-27 22:48:29 +08:00

5 lines
50 B
Rust

fn main() {
foobar::ok();
foobar::ok();
}