1 /* { dg-do compile } */
2 /* { dg-options "-mcpu=ultrasparc -mvis" } */
3 typedef short vec16
__attribute__((vector_size(8)));
4 typedef unsigned char vec8
__attribute__((vector_size(4)));
7 return __builtin_vis_fexpand (a
);
10 /* { dg-final { scan-assembler "fexpand\t%" } } */