summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/controlled4.adb
blob: f8159c9204dd4c943764f4a69b3b9bfca82c1420 (plain)
1
2
3
4
5
6
7
8
9
10
-- { dg-do compile }
-- { dg-options "-gnatws" }

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;