PR debug/66535
[official-gcc.git] / gcc / testsuite / gnat.dg / controlled4.adb
blobb823cc9f4e56188ade862cbe8e7091e4c9473c0f
1 -- { dg-do compile }
3 package body controlled4 is
4 procedure Test_Suite is
5 begin
6 Add_Test
7 (new Test_Case'(Test_Case1 with Link_Under_Test => 300));
8 end Test_Suite;
9 end;