📄 implicit_5.f90
字号:
! 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -