rustc/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs
2023-07-27 22:48:29 +08:00

7 lines
54 B
Rust

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