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