]> git.lizzy.rs Git - rust.git/blob - tests/run-make/rustdoc-scrape-examples-test/examples/ex.rs
Rollup merge of #106709 - khuey:disable_split_dwarf_inlining_by_default, r=davidtwco
[rust.git] / tests / run-make / rustdoc-scrape-examples-test / examples / ex.rs
1 fn main() {}
2
3 #[test]
4 fn a_test() {
5   foobar::ok();
6 }