📄 f2c_8.f90
字号:
! { dg-do compile }! { dg-options "-ff2c" }! PR 25392! Verify that the type of the result variable matches the declared! type of the function. The actual type of the function may be! different for f2c calling conventions.real function goo () result (foo) real x foo = sign(foo, x)endreal function foo () real x foo = sign(foo, x)end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -