]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/rustdoc-scrape-examples-test/examples/ex.rs
Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zeroext...
[rust.git] / src / test / run-make / rustdoc-scrape-examples-test / examples / ex.rs
1 fn main() {}
2
3 #[test]
4 fn a_test() {
5   foobar::ok();
6 }