void main()
{
    align(128) float[128] a;
    assert((cast(size_t)(a.ptr) & 127) == 0);
}

the assert fails. What gives?

Reply via email to