blob: c476e9c91843e16ec32cdb1fda8cf49f0b87215c [file] [log] [blame]
program prog
use mod2
implicit none
if (modval1 + modval2 /= 3) then
stop 1
end if
end program prog