1 int __attribute__ ((vector_size (8))) v;
2 int i;
3 
4 void
test(void)5 test (void)
6 {
7   v &= 0;
8   v *= i;
9 }
10