remote_type.adb
来自「用于进行gcc测试」· ADB 代码 · 共 27 行
ADB
27 行
-- { dg-do compile }-- { dg-options "-gnatws" }package body remote_type is procedure Append (Container : in out List; New_Item : in Element_Type) is begin null; end Append; procedure Read (S : access Root_Stream_Type'Class; L : out List) is begin null; end Read; procedure Write (S : access Root_Stream_Type'Class; L : in List) is begin null; end Write;end remote_type;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?