blob: 4de3065088d288a421ce5e4091f76084e0f4f7a1 [file] [log] [blame]
version(D_SIMD)
{
struct Foo
{
__vector(float[4]) x;
}
static assert(Foo.x.offsetof == 0);
static assert(Foo.x.stringof == "x");
}