aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c-c++-common/pr109062.c
blob: 5c7c287dafd776c58e2d6bcec059ac8e8140b70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do run } */

#include <omp.h>
#include <stdlib.h>

int
main ()
{
  omp_display_env (1);

  return 0;
}

/* { dg-output ".*\\\[host] GOMP_SPINCOUNT = '300000'.*" { target native } } */