(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
tagged2.adb
--  { dg-do compile }

package body Tagged2 is

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

end Tagged2;