testsuite: Revert to the original version of pr100056.c
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr92554.c
blob006375b1d24f35c9f7320f609c44ba298020f58f
1 /* { dg-do compile } */
3 short int w9;
5 void __attribute__ ((simd))
6 zc (int in)
8 int va = 1;
10 w9 *= va != 0 ? in < 0 : 0;