blob: 6d162a2c13f987207c2290300274c570b50d5337 [file] [log] [blame]
/* PR c/79428 */
/* { dg-options "-fopenmp" } */
void
foo ()
{
#pragma omp sections
#pragma omp section /* { dg-error "'#pragma omp section' may only be used in '#pragma omp sections' construct|not allowed" } */
// { dg-error "expected" "end" { target *-*-* } .-1 }