]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gdc.dg/simd19627.d
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gdc.dg / simd19627.d
CommitLineData
f0a3bab4
IB
1// https://issues.dlang.org/show_bug.cgi?id=19627
2// { dg-additional-options "-mavx" { target avx_runtime } }
3// { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
4import core.simd;
5
6enum int[4] fail19627 = cast(int[4])int4(0);