Sign in
rust
/
rust-lang
/
gcc
/
refs/heads/faster-ci
/
.
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
pr109062.c
blob: 5c7c287dafd776c58e2d6bcec059ac8e8140b70e [
file
] [
log
] [
blame
]
/* { 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 } } */