]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3675.rs
Add tests for binop_separator = Back
[rust.git] / tests / source / issue-3675.rs
1  fn main() {
2     println!("{}"
3         // comment
4         , 111);
5  }