blob: b823cc9f4e56188ade862cbe8e7091e4c9473c0f [file] [log] [blame]
-- { dg-do compile }
package body controlled4 is
procedure Test_Suite is
begin
Add_Test
(new Test_Case'(Test_Case1 with Link_Under_Test => 300));
end Test_Suite;
end;