https://issues.dlang.org/show_bug.cgi?id=24867
--- Comment #2 from Luís Ferreira <[email protected]> --- There's a few flaws/improvements to make here: 1. Misaligned pointers in static immutables that are already initialised are fine 2. Usage of @system variables in CTFE may be ok (could be implementation defined, e.g. JIT-based CTFE may also use misaligned pointers, but probably can be eased on the current implementation) 3. Access of non-@system part of a struct should be @safe. --
