2014-08-04 Ed Schonberg <schonberg@adacore.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / vmx / 5-04.c
blobc5135e88864974ce6e39dc4720c54801919e7979
1 /* { dg-do compile } */
2 #include <altivec.h>
3 vector unsigned int a;
4 vector unsigned int b;
5 void
6 f(void)
8 a = ((vector unsigned int){1,1,1,1});
9 b = ((vector unsigned int){1,2,3,4});