module_md5_1.f90

来自「用于进行gcc测试」· F90 代码 · 共 15 行

F90
15
字号
! Check that we can write a module file, that it has a correct MD5 sum,! and that we can read it back.!! { dg-do compile }module foo  integer(kind=4), parameter :: pi = 3_4end module fooprogram test  use foo  print *, piend program test! { dg-final { scan-module "foo" "MD5:2350094d1d87eb25ab22af5f8e96e011" } }! { dg-final { cleanup-modules "foo" } }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?