blob: 701155dd8565c2d79441ccb974795d8de25ea4a4 [file] [log] [blame]
/* { dg-do assemble } */
typedef int __attribute((vector_size(16))) V;
V f(void) {
return (V){ (int)f, (int)f, (int)f, (int)f };
}