summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs')
-rw-r--r--src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs b/src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs
new file mode 100644
index 000000000..01b730c61
--- /dev/null
+++ b/src/test/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs
@@ -0,0 +1,4 @@
+fn main() {
+ foobar::ok();
+ foobar::ok();
+}