1-- { dg-do run }
2
3with Derived_Type3_Pkg; use Derived_Type3_Pkg;
4
5procedure Derived_Type3 is
6begin
7   Proc1;
8   Proc2;
9end;
10