https://issues.dlang.org/show_bug.cgi?id=16098
--- Comment #5 from kinke <[email protected]> --- This issue blocks https://github.com/dlang/phobos/pull/8460. On Win32 with its 4-bytes stack alignment, the following assertion fails most of the time: void main() { byte a; align(8) byte b; assert((cast(size_t) &b) % 8 == 0); } --
