scrape_examples/
lib.rs

1//@ run-flags:-Zrustdoc-scrape-examples
2/// # Examples
3///
4/// ```
5/// test();
6/// test();
7/// ```
8pub fn test() {}
9
10pub fn test_many() {}