DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / expr_06.f90
12345
program expr_06 implicit none integer :: x = 3 + 6 print *, x end program