LLVM OpenMP
20.0.0git
runtime
test
api
omp_display_env0.c
Go to the documentation of this file.
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
main
int main()
Definition:
omp_display_env0.c:5
Generated on Wed Feb 5 2025 10:57:20 for LLVM OpenMP by
1.9.6