gcc.c-torture/execute/builtins/fputs.c: fputs_unlocked prototype
[official-gcc.git] / libgomp / testsuite / libgomp.c / places-4.c
blob9e3d3e1b7d685c86618b822820f02693d5b60777
1 /* { dg-set-target-env-var OMP_PLACES "ll_caches" } */
3 #include <omp.h>
5 int
6 main ()
8 omp_display_env (0);
9 return 0;