1 2 3 4 5 6
package Opt87_Pkg is procedure Print (Msg : String; Location : String); pragma Inline (Print); end Opt87_Pkg;