rust/tests/target/issue-1598.rs

7 lines
61 B
Rust
Raw Normal View History

2017-05-29 20:53:48 -05:00
fn main() {
//foo
/*
*/
format!("hello");
}