(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
assertion_policy1_pkg.adb
with Ada.Text_IO; use Ada.Text_IO;

package body Assertion_Policy1_Pkg is
   procedure Proc (Low : Integer; High : Integer) is
   begin
      Put_Line ("Proc");
   end Proc;
end Assertion_Policy1_Pkg;