2 // Test that OpenMP construct bodies which never return don't cause ICEs.
3 // This is invalid code, but we don't emit diagnostics for it, nevertheless
4 // we test that we don't ICE on it.
6 // { dg-options "-O2 -fopenmp" }
12 #pragma omp for schedule (static)
13 for (i = 0; i < 2834; i++)
21 #pragma omp parallel for schedule (static)
22 for (i = 0; i < 2834; i++)