aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gnat.dg/controlled4.adb
blob: b823cc9f4e56188ade862cbe8e7091e4c9473c0f (plain)
1
2
3
4
5
6
7
8
9
--  { 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;