LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr77724.c
blobb3411d681176d2697e3dba3c072dc6d3abf6568e
1 /* { dg-do compile } */
3 int a[81];
4 int b, c;
6 void
7 fn1()
9 int d = b;
10 for (; c; --c)
11 a[c + d] = a[c];