Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / gnat.dg / controlled2.adb
blob4fa61aff805b0f2c39d4363842c8605dc2d92c1c
1 -- { dg-do compile }
3 with controlled1; use controlled1;
4 package body controlled2 is
5 procedure Test_Suite is
6 begin
7 Add_Test
8 (new Test_Case'(Test_Case1 with Link_Under_Test => 300));
9 end Test_Suite;
10 end controlled2;