blob: 056b310e604aa78c2380d1a8781cc748c8e2c682 [file] [log] [blame]
program main !requires refactoring to add entities already being used in the module to the ONLY list
use module1, only: accessed_variable, assigned_variable, called_subroutine
implicit none
assigned_variable = accessed_variable
call called_subroutine
end program main