blob: 1e828118ecb07341d0ace684c0aa858d580e378a [file] [log] [blame]
/* { dg-do compile { target int128 } } */
int a[5];
unsigned __int128 b;
void c()
{
b = 4;
for (;; b--)
a[b] = ({ a[b + b]; });
}