rust/rustfmt-core/tests/target/issue-1598.rs
2018-02-07 22:48:05 +09:00

7 lines
61 B
Rust

fn main() {
//foo
/*
*/
format!("hello");
}