DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-2 / integration_tests / nullify_06.f90
12345678
program nullify_class type :: toml_table integer :: x end type class(toml_table), pointer :: temp nullify(temp) end program