repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc.c-torture/execute/builtins/fputs.c: fputs_unlocked prototype
[official-gcc.git]
/
libgomp
/
testsuite
/
libgomp.c
/
places-4.c
blob
9e3d3e1b7d685c86618b822820f02693d5b60777
1
/* { dg-set-target-env-var OMP_PLACES "ll_caches" } */
2
3
#include <omp.h>
4
5
int
6
main
()
7
{
8
omp_display_env
(
0
);
9
return
0
;
10
}