Sign in
qemu
/
meson
/
refs/heads/0.49
/
.
/
test cases
/
fortran
/
7 generated
/
prog.f90
blob: c476e9c91843e16ec32cdb1fda8cf49f0b87215c [
file
] [
log
] [
blame
]
program prog
use
mod2
implicit
none
if
(
modval1
+
modval2
/=
3
)
then
stop
1
end
if
end
program prog