llvm-project/clang/test/OpenMP/Inputs/multiple_regions.inc

5 lines
40 B
C++

#pragma omp target
{
i = i + VALUE;
}