about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs
blob: c37b8dd48853af928f8ceea064ad631412daed1e (plain)
1
2
3
4
5
6
fn main() {}

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