package body Task2_Pkg is
   task body T2 is
   begin
      null;
   end T2;
end Task2_Pkg;
