The following code hangs the compiler with either a segmentation fault or a linker relocation error on a unrelated PC relative address symbol. I can't reproduce the segmentation fault locally, but both run.dlang.io and godbolt.org seem to hang with a segmentation fault.
```
struct S {
ubyte[int.max - 1] value;
}
void main() {}
```
Comment #1 by robert.schadek — 2024-12-13T19:23:46Z