https://issues.dlang.org/show_bug.cgi?id=16081
--- Comment #1 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Also:
size_t f()
{
int[] arr = [13];
return *(cast(size_t*) &arr);
}
Error: reinterpreting cast from int[] to ulong* is not supported in CTFE
--