1 // RUN: %gdb-compile-and-run 2>&1 | tee %t.out | FileCheck %s
3 #include "../ompt_plugin.h"
14 #pragma omp task shared(i)
16 #pragma omp task shared(j)
23 int main(int argc
, char **argv
) {
30 printf("fib(%i) = %i\n", n
, fib(n
));
35 // CHECK-NOT: OMPT-OMPD mismatch
36 // CHECK-NOT: Python Exception
37 // CHECK-NOT: The program is not being run.