rust/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
54 B
Rust
Raw Normal View History

fn main() {}
#[test]
fn a_test() {
foobar::ok();
}