(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
dec_math_4.f90
! { dg-options "-std=gnu" }
! { dg-do compile }

! Former ICE when simplifying complex cotan
complex, parameter :: z = cotan((1., 1.))
print *, z

end