DEBSOURCES
Skip Quicknav
sources / lfortran / 0.45.0-1 / integration_tests / modules_52_module2.f90
123456789
module module_52_tomlf_type implicit none type :: toml_table logical :: implicit = .false. logical :: inline = .false. end type toml_table end module