13 lines · plain
1!RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp2 3! The first testcase from https://github.com/llvm/llvm-project/issues/1414814 5subroutine f006 type t7 end type8 9!ERROR: 't' must be a variable10!$omp single copyprivate(t)11!$omp end single12end13