(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
entry1.ads
PACKAGE Entry1 IS
   FUNCTION pt (t : IN Float) RETURN Natural;
   FUNCTION pt2 (t : IN Float) RETURN Natural;
END Entry1;