blob: 6c1f5d098782e8686c90a3899b3b14308412e263 [file] [log] [blame]
volatile int i __attribute__((vector_size(8)));
void foo()
{
i += i;
}