blob: f5c6e48752da4db93cb784751adeb142a6465e79 [file] [log] [blame]
program main
use module1, only: accessed_variable, assigned_variable, called_subroutine
implicit none
assigned_variable = accessed_variable
call called_subroutine
end program main