(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
opt87_pkg.ads
package Opt87_Pkg is

  procedure Print (Msg : String; Location : String);
  pragma Inline (Print);

end Opt87_Pkg;