aboutsummaryrefslogtreecommitdiff
path: root/archive/tests/1/b.f90
blob: 8b57633f995d0b0eee9247483b8dbd7417bb0b2b (plain)
1
2
3
4
5
6
7
8
9
10
module b
implicit none

contains

    subroutine g()
    print *, "g()"
    end subroutine

end module