1 /* { dg-do compile } */
2 /* { dg-options "-fpermissive -Os -w -Wno-psabi" } */
3 /* { dg-skip-if "PR105147" { powerpc*-*-* s390*-*-* } } */
5 typedef char __attribute__((__vector_size__ (16 * sizeof (char)))) U
;
6 typedef int __attribute__((__vector_size__ (16 * sizeof (int)))) V
;
10 bar (int i
, int j
, int k
, V v
)
17 bar ((V
){}, (V
){}, (V
){}, (U
){});