rust/tests/target/issue-1598.rs
2017-05-30 10:53:48 +09:00

6 lines
61 B
Rust

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