1 // RUN: %gdb-compile-and-run 2>&1 | tee %t.out | FileCheck %s
3 #include "../ompt_plugin.h"
7 int main(int argc
, char **argv
) {
13 #pragma omp parallel for
14 for (i
= 0; i
< 100; ++i
) {
24 // CHECK-NOT: OMPT-OMPD mismatch
25 // CHECK-NOT: Python Exception
26 // CHECK-NOT: The program is not being run.