1 /* Verify a statement in the GCC Manual that GCC allows the use of a
2 typedef name as a vector type specifier. */
4 /* { dg-do compile { target powerpc*-*-* } } */
5 /* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } */
6 /* { dg-options "-maltivec -mabi=altivec" } */
8 typedef unsigned int ui
;
9 typedef signed char sc
;