You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crash.d:
```import std;void main (){ auto tup = tuple!(string, string, string); static foreach (j, t; tup) { }}```
$ dmd crash.d
Segmentation fault
$ dmd --version
DMD64 D Compiler v2.109.1
Copyright (C) 1999-2024 by The D Language Foundation, All Rights Reserved written by Walter Bright
The text was updated successfully, but these errors were encountered:
kdevel reported this on 2024-11-23T00:38:27Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24873
CC List
Description
The text was updated successfully, but these errors were encountered: