DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / expr_18.f90
123456
program expr_18 complex, parameter :: x = 123 print *, x if (abs(x - (123, 0)) > 1e-5) error stop end program