================
@@ -0,0 +1,25 @@
+// RUN: %libomp-cxx-compile-and-run | FileCheck %s --match-full-lines
+
+#ifndef HEADER
+#define HEADER
+
+#include <cstdlib>
+#include <cstdio>
+
+int main() {
+  printf("do\n");
+#pragma omp split counts(1, omp_fill, 1)
+  for (int i = 7; i < 19; i += 3)
----------------
amitamd7 wrote:

Kept `iterfor.cpp` to use a `Reporter` class with a custom `Iterator` as used 
in `reverse/iterfor.cpp`

https://github.com/llvm/llvm-project/pull/183261
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to