DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / tests / fixedform_data.f
123456
subroutine f() integer x real one, two data x /1/ DATA ONE, TWO /1.0, 2.0/ end subroutine