brintos

brintos / llvm-project-archived public Read only

0
0
Text · 253 B · 129f8f0 Raw
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