DEBSOURCES
Skip Quicknav
sources / lfortran / 0.59.0-3 / 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