(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
tagged2.ads
package Tagged2 is
   type Device;

   procedure Get_Parent
     (DeviceX : Device;
      Parent  : out Device);

   type Device is tagged null record;
end Tagged2;