1 ! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=50
2 ! Test the declare mapper construct with two default mappers.
12 !error: 'default' is already declared in this scoping unit
14 !$omp declare mapper(t1::x) map(x, x%y)
15 !$omp declare mapper(t2::w) map(w, w%y, w%z)