PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / controlled2.adb
blob69665c942ae85b842c3d5ba5d06218e13aaf105f
1 -- { dg-do compile }
2 -- { dg-options "-gnatws" }
4 with controlled1; use controlled1;
5 package body controlled2 is
6 procedure Test_Suite is
7 begin
8 Add_Test
9 (new Test_Case'(Test_Case1 with Link_Under_Test => 300));
10 end Test_Suite;
11 end controlled2;