controlled2.adb

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

ADB
11
字号
--  { dg-do compile }with controlled1; use controlled1;package body controlled2 is   procedure Test_Suite is   begin      Add_Test        (new Test_Case'(Test_Case1 with Link_Under_Test => 300));   end Test_Suite;end controlled2;

⌨️ 快捷键说明

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