PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / ext / pr70571.C
blob2381bfe589cf817ebb6a32ce13b7bcebe74af7fe
1 // PR c++/70571
2 // { dg-do compile }
4 typedef int V __attribute__ ((vector_size (sizeof (int))));
6 void
7 foo (V *x, V *y, int z)
9   *x = (z == *y);