DEBSOURCES
Skip Quicknav
sources / lfortran / 0.61.0-1 / integration_tests / modules_67.f90
123456789
program modules_67 use modules_67_consumer, only : test_pairs implicit none if (test_pairs()) then print *, "PASS" else error stop end if end program