================
@@ -0,0 +1,12 @@
+// RUN: c-index-test -test-load-source local %s -fopenmp=libomp
-fopenmp-version=60 | FileCheck %s
+
+void test(void) {
----------------
alexey-bataev wrote:
What about this:
```
#pragma omp flatten
for (int i = 0; i < 3; ++i)
for (int j = 0; j < 0; ++j)
body(i, j);
```
?
https://github.com/llvm/llvm-project/pull/206977
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits