13 lines · plain
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp -fopenmp-version=502! Test the declare mapper construct with two default mappers.3 4type :: t15 integer :: y6end type t17 8!error: 'default' is already declared in this scoping unit9 10!$omp declare mapper(t1::x) map(x, x%y)11!$omp declare mapper(t1::x) map(x)12end13