PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector5.C
blob68f711fe233ce600e2f5ebea9195acb701f19483
1 // PR c++/30022
2 // { dg-do compile }
4 void foo()
6   int __attribute__((vector_size(8))) v;
7   v = 1/v;