1 ! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
6 !ERROR: Variable 'y' may not appear on both MAP and FIRSTPRIVATE clauses on a TARGET construct
7 !$omp target map(y) firstprivate(y)
10 !ERROR: Variable 'y' may not appear on both MAP and FIRSTPRIVATE clauses on a TARGET SIMD construct
11 !$omp target simd map(y) firstprivate(y)