rustc/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs
2024-07-31 08:40:13 +02:00

7 lines
56 B
Rust

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