1 ! Don't compile this anywhere, it is just auxiliary
2 ! file compiled together with declare-target-1.f90
3 ! to verify inter-CU module handling of omp declare target.
4 ! { dg-do compile { target { lp64 && { ! lp64 } } } }
7 use declare_target_1_mod
10 !$omp target update to(var_x)
16 !$omp target update from(var_x)
17 if (var_x
/= 20) call abort