11 lines
134 B
Rust

// rustfmt-format_code_in_doc_comments: true
//! Empty pound line
//!
//! ```rust
//! #
//! # fn main() {
//! foo();
//! # }
//! ```