Skip to content

Commit 386390e

Browse files
committed
Add test for issue 4635
Closes 4635 It's unclear which commit resolved this, but the original issue cannot be reproduced.
1 parent a451a39 commit 386390e

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)