1  /* PR c/79428 */
       2  /* { dg-options "-fopenmp" } */
       3  void
       4  foo ()
       5  {
       6  #pragma omp sections
       7  #pragma omp section /* { dg-error "'#pragma omp section' may only be used in '#pragma omp sections' construct|not allowed" } */
       8  // { dg-error "expected" "end" { target *-*-* } .-1 }