controlled3.ads

来自「用于进行gcc测试」· ADS 代码 · 共 13 行

ADS
13
字号
with Ada.Finalization; use Ada.Finalization;package controlled3 is   type Test is new Controlled with null record;   procedure Add_Test (T : access Test'Class);      type Test_Case1 is new Test with null record;   type Test_Suite is new Test with null record;      type Test_Case is new Test_Case1 with record      Link_Under_Test : Natural;   end record;end;

⌨️ 快捷键说明

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