with System;package body addr1 istask type T isentry Send (Location : System.Address);end;task body T isbeginaccept Send (Location : System.Address)dodeclare
Buffer :String(1..100);for Buffer'Addressuse Location;-- Testbeginnull;end;end Send;end;end;