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
0762b86e59
meson
/
test cases
/
fortran
/
1 basic
/
simple.f90
4 lines
68 B
Fortran
Raw
Normal View
History
Unescape
Escape
tests: Fix fortran tests
2021-09-13 08:51:32 +08:00
program
main
use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions
2019-09-06 02:41:33 +08:00
print
*
,
"Fortran compilation is working."
end
program