summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/rustdoc-scrape-examples-test/examples/ex.rs
blob: d1a9a74e7825c55985e6d2a8d0c47831a2d1e789 (plain)
1
2
3
4
5
6
fn main() {}

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