http://www.adaconcept.com/programs/limited_with/limited_with_foprogram.adb
-- ilyen egymasra hivatkozo adatszerkezeteket Ada 2005 elott nem lehetett ket kulon csomagban implementalni


with Ada.Text_IO;

with Lista1;
with Lista2;

procedure limited_with_foprogram is
begin
   Ada.Text_IO.Put_Line("Program indul");

   Ada.Text_IO.Put_Line("Program vege");
end limited_with_foprogram;