assumed_len.f90

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

F90
12
字号
! { dg-do compile }! Test of the patch for PR29941, in which LEN threw an error with! an assumed size argument.! ! Contributed by William Mitchell <william.mitchell@nist.gov>!subroutine whatever(str)character(len=*), dimension(*) :: strinteger :: ii = len(str)end subroutine whatever

⌨️ 快捷键说明

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