DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / operator_overloading_05_module2.f90
1234
module operator_overloading_05_module2 use operator_overloading_05_module1, only: string_type, operator(>=), assignment(=) end module