On Monday, 1 June 2020 at 06:35:36 UTC, MaoKo wrote:
Hello, I don't understand why this code segfault on

Reduced to:

import std.stdio;

struct S {}

void main() {
  S[1] s;
  writeln(s);
}

Reply via email to