use_3.f90
来自「用于进行gcc测试」· F90 代码 · 共 13 行
F90
13 行
! { dg-do compile }module fooend module foo use foo use :: foo use, intrinsic iso_fortran_env ! { dg-error "\"::\" was expected after module nature" } use, non_intrinsic iso_fortran_env ! { dg-error "\"::\" was expected after module nature" } use, nonintrinsic :: iso_fortran_env ! { dg-error "shall be either INTRINSIC or NON_INTRINSIC" } use, intrinsic :: iso_fortran_envend! { dg-final { cleanup-modules "foo" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?