DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / integration_tests / modules_09.f90
123456789
program modules_09 use modules_09_a, only: a implicit none if (a() /= 13) error stop print *, "OK" end