This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
meson
mirror of
https://gitlab.com/qemu-project/meson.git
Watch
1
Star
0
Fork
You've already forked meson
0
Code
Issues
Projects
Releases
Wiki
Activity
977dc4d19f
meson
/
test cases
/
fortran
/
7 generated
/
mod1.fpp
7 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add test for fortran dependency scanning fix
2017-05-12 21:35:31 +08:00
module mod1
implicit none
Turn feature test into a proper unit test
2017-05-14 03:18:16 +08:00
integer, parameter :: modval1 = @ONE@
Add test for fortran dependency scanning fix
2017-05-12 21:35:31 +08:00
end module mod1