blob: ac34d1a8d77074154cde935c13689fc5efa4d7b3 [file] [log] [blame]
module blabla
implicit none
integer :: includx
integer :: includex
real :: m
end module blabla
module blabla
implicit none
integer :: includx
integer :: includex
contains
subroutine blablas
print *, includex
write(*,*)"hello"
end subroutine blablas
end module blabla