summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs')
-rw-r--r--src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs b/src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs
new file mode 100644
index 000000000..05c18007b
--- /dev/null
+++ b/src/test/run-make/rustdoc-scrape-examples-ordering/examples/ex1.rs
@@ -0,0 +1,11 @@
+fn main() {
+ foobar::ok(0);
+
+ // this is a
+
+ // ..
+
+ // BIG
+
+ // item
+}