aboutsummaryrefslogtreecommitdiff
path: root/example_packages/makefile_complex/app/main.f90
blob: ac9ed51d03159c89c91f4cd0776913985220b272 (plain)
1
2
3
4
5
6
7
program makefile_complex
    use wrapper_mod, only: do_stuff

    implicit none

    call do_stuff
end program makefile_complex