On Friday, 8 July 2016 at 15:31:53 UTC, ketmar wrote: > core.exception.AssertError at z00.d(2): BOOM! > ---------------- > > what am i doing wrong? O_O That's an exception, not a segfault. Try something like int* x; *x = 42;