blob: d9009ac3c320998dccbfda678c97ec3421136eb9 [file] [log] [blame]
package Generic_Inst10_Pkg is
type XString is tagged private;
function To_String (S : XString) return String;
private
type XString is tagged null record;
end Generic_Inst10_Pkg;