blob: 5d45584712c7ab4ed65feee5a83628b4098b0164 [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=17695
// { dg-additional-options "-mavx" { target avx_runtime } }
// { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
void test17695(__vector(ubyte[16]) a)
{
auto b = -a;
}