xxxxxxxxxx
import core.simd;
struct S16
{
ubyte[16] x;
}
void main()
S16 s1;
S16 s2;
pragma(inline, true);
storeUnaligned(cast(void16*)(&s2), loadUnaligned(cast(const void16*)(&s1)));