blob: accf7c3a1ad5d6846cc0d576f11cf4eb80e020a0 [file] [log] [blame]
Shotaro Yamadac0ff8942019-03-29 20:12:45 +09001fn issue_2995() {
2 // '\u{2028}' is inserted in the code below.
3
4 [0,1];
5 [0,/* */ 1];
6[
0,
1]
;
7}