blob: 68f711fe233ce600e2f5ebea9195acb701f19483 [file] [log] [blame]
// PR c++/30022
// { dg-do compile }
void foo()
{
int __attribute__((vector_size(8))) v;
v = 1/v;
}