rust/tests/target/issue-1598.rs

7 lines
61 B
Rust
Raw Normal View History

2017-05-30 03:53:48 +02:00
fn main() {
//foo
/*
*/
format!("hello");
}