rust/tests/target/issue-1598.rs
2018-03-02 15:07:13 +13:00

6 lines
61 B
Rust

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