DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-2 / tests / errors / scalar_allocation_check_06.f90
1234567
program scalar_allocation_check_06 implicit none integer, allocatable :: x print *, x end