aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/vmx/5-01.c
blob: c3cb6e990dc56b1bb8e40fc34e3a7a77cdce9495 (plain)
1
2
3
4
/* { dg-do compile } */
#include <altivec.h>
vector unsigned int a = {1,1,1,1};
vector unsigned int b = {1,2,3,4};