Skip to content

Commit 85d72bc

Browse files
authored
Merge pull request #5469 from ytmimi/issue_4635
Add test for issue 4635
2 parents f8c8294 + 721375d commit 85d72bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/target/issue_4635.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
fn main() {
2+
println!("");
3+
println!("" /* " */);
4+
println!("" /* \" */);
5+
}

0 commit comments

Comments
 (0)