(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
gomp/
pr79428-2.c
       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 }