blob: db56bc2b5e2955a4375b2f79af928c3de4bcb222 [file] [log] [blame]
version(D_SIMD)
{
const __vector(float[4]) si = [1f, 1f, 1f, 1f];
void main()
{
auto arr = si;
return;
}
}