pointer_array.adb

来自「用于进行gcc测试」· ADB 代码 · 共 17 行

ADB
17
字号
-- { dg-do compile }procedure pointer_array is   type Node;   type Node_Ptr is access Node;   type Node is array (1..10) of Node_Ptr;   procedure Process (N : Node_Ptr) is   begin      null;   end;begin   null;end;

⌨️ 快捷键说明

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