]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/test_option_check/bar.rs
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / rustdoc / test_option_check / bar.rs
1 // compile-flags: --test
2 // check-test-line-numbers-match
3
4 /// This looks like another awesome test!
5 ///
6 /// ```
7 /// println!("foo?");
8 /// ```
9 pub fn foooo() {}