⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 binding_label_tests_13_main.f03

📁 用于进行gcc测试
💻 F03
字号:
! { dg-do compile }! This file must be compiled AFTER binding_label_tests_13.f03, which it ! should be because dejagnu will sort the files.  The module file ! binding_label_tests_13.mod can not be removed until after this test is done.module binding_label_tests_13_main  use, intrinsic :: iso_c_binding, only: c_int  integer(c_int) :: c3 ! { dg-error "collides" }  bind(c) c3contains  subroutine c_sub() BIND(c, name = "C_Sub")    use binding_label_tests_13 ! { dg-error "collides" }  end subroutine c_subend module binding_label_tests_13_main! { dg-final { cleanup-modules "binding_label_tests_13 binding_label_tests_13_main" } }

⌨️ 快捷键说明

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