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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
50 B
Rust
Raw Normal View History

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