1
Fork 0
rust/tests/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs

5 lines
50 B
Rust
Raw Normal View History

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