Skip gnat.dg/prot7.adb on hppa.
[official-gcc.git] / libgomp / testsuite / libgomp.c-c++-common / pr109062.c
blob5c7c287dafd776c58e2d6bcec059ac8e8140b70e
1 /* { dg-do run } */
3 #include <omp.h>
4 #include <stdlib.h>
6 int
7 main ()
9 omp_display_env (1);
11 return 0;
14 /* { dg-output ".*\\\[host] GOMP_SPINCOUNT = '300000'.*" { target native } } */