[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / ext / vector25.C
blob6c1f5d098782e8686c90a3899b3b14308412e263
1 volatile int i __attribute__((vector_size(8)));
3 void foo()
5   i += i;