Sign in
eclipse
/
ptp
/
org.eclipse.photran
/
6df6cffdd4293044abe489eada02a2c34e14b447
/
.
/
org.eclipse.photran.core.vpg.tests
/
search-test-code
/
implicitTest.f90
blob: 9b24b0cbf43ad9ac6335d4cb72d2f5221a4d7de1 [
file
] [
log
] [
blame
]
program
ImplicitTest
a
=
1
call s
stop
contains
subroutine s
b
=
3
return
end
subroutine
end
program
ImplicitTest