blob: f83210a473222c1033a00227a186b671e960e874 [file] [log] [blame]
! { dg-options "-std=gnu" }
! { dg-do compile }
! Former ICE when simplifying complex cotan
complex, parameter :: z = cotan((1., 1.))
print *, z
end