diff options
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs')
| -rw-r--r-- | tests/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs b/tests/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs new file mode 100644 index 00000000000..05c18007b0c --- /dev/null +++ b/tests/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs @@ -0,0 +1,11 @@ +fn main() { + foobar::ok(0); + + // this is a + + // .. + + // BIG + + // item +} |
