blob: abc44159e814d273fef238043e80804e2f397dec [file] [log] [blame]
package Equal11_Interface is
type My_Interface_Type is interface;
procedure Put (R : in My_Interface_Type) is abstract;
end Equal11_Interface;