(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
warn_conversion_9.f90
! { dg-do compile }
! { dg-options "-Wconversion" }
! PR 78221 - used to give a spurious warning
complex, parameter :: i = (0.,1.)
complex :: t
t = (i)
end