DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / tests / shiftl1.f90
123456
program shiftl1 integer :: x,y print *, shiftl(1, 2) print *, shiftl(x,y) end program