blob: e5a03956e9d0a8205508c5ba0c9468be27faa29b [file] [log] [blame]
// rustfmt-format_code_in_doc_comments: true
//! Empty pound line
//!
//! ```rust
//! #
//! # fn main() {
//! foo();
//! # }
//! ```