blob: 12170bd4c646b82729955c443ee3d3af47c39813 [file] [log] [blame]
/* { dg-options "-Wno-psabi" } */
typedef int __attribute__ ((vector_size (8))) V;
void
foo (V d, V e)
{
d <= e;
foo ((V){}, (V){});
}