(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
gomp/
empty.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O -fopenmp -fdump-tree-ompexp" } */
       3  
       4  int
       5  main()
       6  {
       7  #pragma omp parallel
       8      {;}
       9  }
      10  
      11  /* There should not be a GOMP_parallel_start call.  */
      12  /* { dg-final { scan-tree-dump-times "GOMP_parallel_start" 0 "ompexp"} } */