1! { dg-do run }
2program foo
3   real, parameter :: x(3) = 2.0 * [real :: 1, 2, 3 ]
4   if (any(x /= [2., 4., 6.])) STOP 1
5end program foo
6