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

12 lines
88 B
Rust

fn main() {
foobar::ok(0);
// this is a
// ..
// BIG
// item
}