blob: c5229292a62c21bcd7aac4859a5708b99ae1737c [file] [log] [blame]
version(D_SIMD)
{
__vector(long[2]) f()
{
__vector(long[2]) q;
return q;
}
enum __vector(long[2]) v = f();
}