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