1 2 3 4 5 6
module app_extra_mod implicit none character(len=5) :: greet_object = "World" end module app_extra_mod