rust/tests/target/issue-3055/backtick.rs

11 lines
125 B
Rust

// rustfmt-wrap_comments: true
/// Simple block
///
/// ```text
/// `
/// ```
fn main() {
println!("Hello, world!");
}