aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/fortran/21 install static/main.f90
blob: d0c67fe8e14824dcb94e1376c03ecd8df4c0a57a (plain)
1
2
3
4
5
program main
use main_lib
implicit none
call main_hello()
end program