1 !RUN: %flang_fc1 -fopenmp -emit-fir -o - %s | FileCheck %s
2 !RUN: bbc -fopenmp -emit-fir -o - %s | FileCheck %s
4 !Allow POINTER variables in OpenMP SHARED clause. Check that this
7 !CHECK-LABEL: func.func @_QPfoo
9 procedure(), pointer :: pf
10 !$omp parallel shared(pf)