blob: 215f0368ce4f632f302f31fd419339c49de154d6 [file]
/* { dg-do compile } */
/* { dg-additional-options "-fopenmp-ompt -fdump-tree-ompexp" } */
void
foo (void)
{
#pragma omp single
;
}
/* { dg-final { scan-tree-dump-times "GOMP_single_start_with_end" 1 "ompexp" } } */
/* { dg-final { scan-tree-dump-times "GOMP_single_end" 1 "ompexp" } } */
/* { dg-final { scan-tree-dump-not "GOMP_single_start \\(" "ompexp" } } */