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
32ba349f0a
meson
/
test cases
/
fortran
/
1 basic
/
simple.f90
3 lines
55 B
Fortran
Raw
Normal View
History
Unescape
Escape
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