aboutsummaryrefslogtreecommitdiff
path: root/archive/tests/1/main.f90
blob: d886be3bc7e0b06f321b733e1b4539e2cdf109df (plain)
1
2
3
4
5
6
7
8
program test1
use a, only: f
implicit none

call f()

print *, "TEST1 OK"
end