(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.c-c++-common/
pr109062.c
       1  /* { dg-do run } */
       2  
       3  #include <omp.h>
       4  #include <stdlib.h>
       5  
       6  int
       7  main ()
       8  {
       9    omp_display_env (1);
      10  
      11    return 0;
      12  }
      13  
      14  /* { dg-output ".*\\\[host] GOMP_SPINCOUNT = '300000'.*" { target native } } */