autocmake/test/fc/src/module.f90
2015-08-07 16:47:50 +02:00

8 lines
112 B
Fortran

module foo
implicit none
contains
subroutine hello()
print *, 'PASSED'
end subroutine
end module