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

call f()

print *, "OK"
end