blob: 51a0887564721499a0db33fa37463a022a482a67 [file] [log] [blame]
// PR c++/90969
// { dg-do compile }
__attribute__ ((__vector_size__ (4))) int v;
int &a = v[0];