strub: enable conditional support
[official-gcc.git] / gcc / testsuite / g++.dg / torture / pr103073.C
blob02b1eee064a3022a7b459ef2c4c5920208518616
1 // { dg-do compile }
2 int a;
3 void b(bool c[], char d[], bool g[][55][21]) {
4   for (signed e = 0; e < 11; e += 3)
5     for (unsigned f = c[0] + 1; f < d[0]; f += 3)
6       a = g[0][e][f + 2];