1 2 3 4 5 6 7 8 9 10
// rustfmt-format_code_in_doc_comments: true //! Empty pound line //! //! ```rust //! # //! # fn main() { //! foo(); //! # } //! ```