internal_io_unf.f90
来自「用于进行gcc测试」· F90 代码 · 共 12 行
F90
12 行
! { dg-do compile }!! PR fortran/34654!! Disallow unformatted write to internal unit.! Test case was contributed by Joost VandeVondele.!implicit noneCHARACTER :: a(3)WRITE(a) 0 ! { dg-error "Unformatted I/O not allowed with internal unit" }END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?