(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
ghost1.ads
package Ghost1 is
   type Ghost_Typ is record
      Data : Integer;
   end record
     with Ghost;

   procedure Spec_And_Body (Obj : Ghost_Typ)
     with Ghost;
end Ghost1;