function_types_1.f90
来自「用于进行gcc测试」· F90 代码 · 共 13 行
F90
13 行
! { dg-do compile }! Tests the fix for PR34431 in which function TYPEs that were! USE associated would cause an error.!! Contributed by Tobias Burnus <burnus@gcc.gnu.org>!module barcontains type(non_exist) function func2() ! { dg-error "not accessible" } end function func2end module bar! { dg-final { cleanup-modules "bar" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?