// compile-flags:--test #![crate_name="issue_23744"] /// Example of rustdoc incorrectly parsing ```rust,should_panic. /// /// ```should_panic /// fn main() { panic!("fee"); } /// ``` /// /// ```rust,should_panic /// fn main() { panic!("fum"); } /// ``` pub fn foo() {}