1
Fork 0
rust/src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs

10 lines
75 B
Rust
Raw Normal View History

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