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