https://issues.dlang.org/show_bug.cgi?id=22114
--- Comment #7 from [email protected] --- For some reasons, it seems to be looking for an index of 18668 at tokens.d:1019 for tochars string array constant. Relevant frame information when debugging: ``` * frame #0: 0x0000555555ace74f dmd`_D3dmd6tokens5Token8toStringFNaNbNiNfkZAya(value=18668) at tokens.d:1019 frame #1: 0x0000555555ace73b dmd`Token::toChars(value=18668) at tokens.d:1014 ``` --
