blob: d028d90d1889a4e8351127ef050f2938f4b1c98c [file] [log] [blame]
subroutine change_c
implicit none
! Now k is the same as c in main.f90
common /common/ k
complex :: k
k = (5,6)
end subroutine