implicit_5.f90
来自「linux下编程用 编译软件」· F90 代码 · 共 23 行
F90
23 行
! PR fortran/21729! { dg-do compile }function f1 () ! { dg-error "has no IMPLICIT type" "f1" } implicit noneend function f1function f2 () result (r2) ! { dg-error "has no IMPLICIT type" "r2" } implicit noneend function f2function f3 () ! { dg-error "has no IMPLICIT type" "f3" } implicit noneentry e3 () ! { dg-error "has no IMPLICIT type" "e3" }end function f3function f4 () implicit none real f4entry e4 () ! { dg-error "has no IMPLICIT type" "e4" }end function f4function f5 () ! { dg-error "has no IMPLICIT type" "f5" } implicit noneentry e5 () real e5end function f5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?