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