blob: d437ea8c55726a309e2d7e55925c4b34a360a30b [file] [log] [blame]
subroutine declared_external_subroutine
implicit none
print *, "Called declared_external_subroutine"
end subroutine declared_external_subroutine
subroutine undeclared_external_subroutine
implicit none
print *, "Called undeclared_external_subroutine"
end subroutine undeclared_external_subroutine