1 /* Test Attribute Vector associated with vector type stabs. */
2 /* { dg-do compile { target powerpc*-*-darwin* } } */
3 /* { dg-options "-gstabs -fno-eliminate-unused-debug-types -faltivec" } */
7 vector
int vi
= { 6,7,8,9 };
11 /* { dg-final { scan-assembler ".stabs.*vi\:\\(0,16\\)=\@V" } } */