repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
openmp
/
runtime
/
test
/
api
/
omp_display_env0.c
blob
85d085ecd6f72e50d6f3adf50474055a2e6fd0d6
1
// RUN: %libomp-compile-and-run 2>&1 | FileCheck %s
2
// RUN: %libomp-cxx-compile-c && %libomp-run 2>&1 | FileCheck %s
3
#include <stdio.h>
4
#include <omp.h>
5
int
main
()
6
{
7
omp_display_env
(
0
);
8
printf
(
"passed
\n
"
);
9
return
0
;
10
}
11
12
// CHECK: OPENMP DISPLAY ENVIRONMENT BEGIN
13
// CHECK: _OPENMP
14
// CHECK: OPENMP DISPLAY ENVIRONMENT END