Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / vmx / 4-03.c
blob1c3ccd746935ad98c03aaf9ebec918a79b2d899f
1 /* { dg-do compile } */
2 #include <altivec.h>
3 vector unsigned int
4 f(vector signed char a)
6 return (vector unsigned int)a;