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