summaryrefslogtreecommitdiffstats
path: root/tests/run-make/rustdoc-scrape-examples-multiple/examples/ex.rs
blob: 01b730c6149ce87fce8205d04c08fce38f99d209 (plain)
1
2
3
4
fn main() {
    foobar::ok();
    foobar::ok();
}