binding_label_tests_14.f03
来自「用于进行gcc测试」· F03 代码 · 共 13 行
F03
13 行
! { dg-do run }subroutine display() bind(c) implicit noneend subroutine displayprogram main implicit none interface subroutine display() bind(c) end subroutine display end interfaceend program main
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?