1 ! Don't compile this anywhere, it is just auxiliary
2 ! file compiled together with declare-simd-2.f90
3 ! to verify inter-CU module handling of omp declare simd.
4 ! { dg-do compile { target { lp64 && { ! lp64 } } } }
17 b(i
) = foo (7.0_8
, 5 * i
, b(i
))
20 if (b(i
).ne
.(7.0 + 10.0 * i
* i
)) STOP 1