1b-04.c   [plain text]


#include <altivec.h>
int main()
{
  vector unsigned char a,b;
  b = (vector unsigned char)a;
  return 0;
}